var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alyssa Milano is Queen of the Castle - Dose.ca
";
arnews[0] += "Alyssa Milano is set to guest star on ABC series Castle. Photo by: Getty Images Nathan Fillion has finally found a steady acting gig in Castle, and as further proof that his show is starting to thrive, Entertainment Weekly reports that the ABC series ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 18:24:00 GMT";
arnews[0] += "
";
arnews[1]="Alyssa Milano is headed to Castle - TV.com
";
arnews[1] += "... After a successful one-hour special on the Disney channel earlier this month, it looks like My Little Pony will make its (her?) way to the small screen again. The sparkly maned beast has earned a spot on a new Discovery-Hasbro hybrid channel ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:23:00 GMT";
arnews[1] += "
";
arnews[2]="Kings Of Leon Drummer Nathan Followill Gets Hitched - Access Hollywood
";
arnews[2] += "Kings of Leon drummer Nathan Followill has a queen. He tied the knot with singer Jessie Baylin over the weekend. His bandmates — brothers Caleb and Jared Followill and cousin Matthew Followill — attended the wedding in Tennessee on Saturday. So ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
arnews[3]="Are you a spectacle? - Minneapolis Star Tribune
";
arnews[3] += "More than ever, glasses make a statement -- and designer Robert Marc knows exactly what they say. He's spent more than 20 years in the eyewear retail business, creating his own line since 1999. \"You can express individual style with eyewear more than ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:40:00 GMT";
arnews[3] += "
";
arnews[4]="BUYINS.NET: GIII, NKE, JCG, JOSB, SYNO, MIND Expected To Be Higher ... - TMCnet
";
arnews[4] += "It also holds sports licenses with the National Football League, National Basketball Association, Major League Baseball, National Hockey League, Touch by Alyssa Milano, and with approximately 100 United States colleges and universities.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:55: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("