var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Expect Grey's spin-off for fall
";
arnews[0] += "Grey's Anatomy is the flavour of the moment -- though not to everyone's taste -- so there's considerable buzz about tonight's two-hour spin-off episode.";
arnews[0] += "
Publ.Date : Thu, 03 May 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="'Better Off Ted': Bowl-ed over
";
arnews[1] += "January 1st brought two episodes of Better Off Ted last night, one a rerun, one a new one.";
arnews[1] += "
Publ.Date : Sat, 02 Jan 2010 15:33:36 GMT";
arnews[1] += "
";
arnews[2]="Rutgers OL Davis declares for draft
";
arnews[2] += "Lil' Mama discusses her appearance at the 2009 MTV Video Music Awards. King of Queens 5:00PM - 5:30PM Carrie and Doug lock horns over how and where to spend their vacation.";
arnews[2] += "
Publ.Date : Tue, 22 Dec 2009 21:21:50 GMT";
arnews[2] += "
";
arnews[3]="Orioles sign Atkins
";
arnews[3] += "Lil' Mama discusses her appearance at the 2009 MTV Video Music Awards. King of Queens 5:00PM - 5:30PM Carrie and Doug lock horns over how and where to spend their vacation.";
arnews[3] += "
Publ.Date : Tue, 22 Dec 2009 21:21:35 GMT";
arnews[3] += "
";
arnews[4]="Hilton rules out reality show
";
arnews[4] += "Lil' Mama discusses her appearance at the 2009 MTV Video Music Awards. King of Queens 5:00PM - 5:30PM Carrie and Doug lock horns over how and where to spend their vacation.";
arnews[4] += "
Publ.Date : Tue, 22 Dec 2009 21:20:41 GMT";
arnews[4] += "
";
arnews[5]="Cyrus keeps stress at bay for heart condition
";
arnews[5] += "Lil' Mama discusses her appearance at the 2009 MTV Video Music Awards. King of Queens 5:00PM - 5:30PM Carrie and Doug lock horns over how and where to spend their vacation.";
arnews[5] += "
Publ.Date : Tue, 22 Dec 2009 21:20:32 GMT";
arnews[5] += "
";
totcount = 6;
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("