var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bangladesh in football final
";
arnews[0] += "Bangladesh fired blank when it came to winning a gold on the eight day of the 11th South Asian Games yesterday.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 21:52:01 GMT";
arnews[0] += "
";
arnews[1]="True Blood Season 3 Casting News
";
arnews[1] += "Season 3 of HBO's hit series True Blood may still be a few excruciating months away, but casting news for the series is seriously heating up this winter.";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 22:23:40 GMT";
arnews[1] += "
";
arnews[2]="Rapunzel lets down her hair
";
arnews[2] += "TANIA Hudson exudes the same elegance of her already-popular sister Natasha Hudson.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 12:32:42 GMT";
arnews[2] += "
";
arnews[3]="True Blood: Meet Eric's New Love Toy
";
arnews[3] += "It seems that the third season of True Blood is about to get complicated with all the pairing mix-ups. As some of you know, almost every character on this HBO vampire series is getting a potential love interest in the new season--- which you can read about in our spoiler section .";
arnews[3] += "
Publ.Date : Wed, 16 Dec 2009 20:12:35 GMT";
arnews[3] += "
";
arnews[4]="a True Blooda Gears Up With Major Season Three Castings
";
arnews[4] += "The biggest name to join the cast, according to The Hollywood Reporter , is acclaimed actress Alfre Woodard .";
arnews[4] += "
Publ.Date : Thu, 17 Dec 2009 01:28:59 GMT";
arnews[4] += "
";
arnews[5]="Manganiello to Play Alcide in True Blood
";
arnews[5] += "Joe Manganiello has been cast as Alcide, an alpha male werewolf, in HBO's \"True Blood.\" Also joining Alan Ball's vampire drama is Cooper Huckabee, who will play Sam's dad Joe Lee Mickens.";
arnews[5] += "
Publ.Date : Wed, 16 Dec 2009 07:34:39 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("