var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lewis Colick To Adapt 'Three Little Words'
";
arnews[0] += "Lewis Colick has been tapped to pen the feature adaptation of \" Three Little Words ,\" which James Mangold and Cathy Konrad are developing with Jami Gertz's Lime Orchard Prods.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 03:30:22 GMT";
arnews[0] += "
";
arnews[1]="The most useful thing I had nothing to do with #1432949552
";
arnews[1] += "Guitar-tabulature porn overdrive! If you enjoy the below video, go to the YouTube host page and download tabs the guy made from it.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 07:59:06 GMT";
arnews[1] += "
";
arnews[2]="On Oct. 28, 1886, the Statue of Liberty, was dedicated in New York Harbor
";
arnews[2] += "Today is Wednesday, Oct. 28, the 301st day of 2009. There are 64 days left in the year.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 23:33:33 GMT";
arnews[2] += "
";
arnews[3]="Colick's way with 'Words'
";
arnews[3] += "Lewis Colick has been tapped to pen the feature adaptation of \"Three Little Words,\" which James Mangold and Cathy Konrad are developing with Jami Gertz's Lime Orchard Prods.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 02:00:00 GMT";
arnews[3] += "
";
arnews[4]="This day in history
";
arnews[4] += "The president of Iran, Mahmoud Ahmadinejad, is 53. Today is Wednesday, Oct. 28, the 301st day of 2009.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 10:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("