var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More Harness Renewable Energy As A Career - KWQC
";
arnews[0] += "It's an easy way to save money,\" said Eric Winter, a student in the program. Whether for building a wind tower or installing solar panels, professors say the demand for skilled technicians is growing. \"There's two things driving it. One, all the ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:02:00 GMT";
arnews[0] += "
";
arnews[1]="2012′ roller-coaster ride into modern day Noah’s Ark (Film ... - The Gaea Times
";
arnews[1] += "Will the world really end on December 21, 2012? Nobody has a clue. But thank god, the Mayan prophecy gave the makers of this solar-plexus-aimed colossal spectacle a chance to pull out all stops and design the greatest grandmother of all disaster ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 10:19:00 GMT";
arnews[1] += "
";
totcount = 2;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("