var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Miley's sister had 'blast' on Ponyo
";
arnews[0] += "Miley Cyrus's little sister, Noah, revealed she had a \"blast\" making Ponyo because she got to work with her best friend Frankie Jonas.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:54:50 GMT";
arnews[0] += "
";
arnews[1]="Patton: This isn't the Pro Bowl
";
arnews[1] += "Random notes, idle thoughts and life as a shooting star ... It doesn't take much arm twisting to get football and baseball players to skip their respective all-star games.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:01:24 GMT";
arnews[1] += "
";
arnews[2]="Funeral Mass held for son of Maple Leafs GM
";
arnews[2] += "President and General Manager of the Toronto Maple Leafs Brian Burke, second from left, shakes hands with Maple Leafs' Jonas Gustavsson, right, as Mike Komisarek, second from right, and Wayne Primeau, third from right, leave a memorial service for Burke's son Brendan Burke, Tuesday, Feb.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Young William Walker Cast on 'Brothers and Sisters'
";
arnews[3] += "After several announcements regarding the identities of the Walkers' younger versions and the whole Joe Jonas fiasco , there's more news coming from the Brothers and Sisters set.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:31:23 GMT";
arnews[3] += "
";
arnews[4]="Jordin Sparks creates necklace for Haiti
";
arnews[4] += "Jordin has joined forces with Pennyroyal Silver designer Tim Foster to create her own pendant for the company, with a portion of the creation's profits set to help survivors of the earthquake.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:16:00 GMT";
arnews[4] += "
";
arnews[5]="'Brothers & Sisters': 'Beverly Hills, 90210' alum Daniel Cosgrove tapped for young William
";
arnews[5] += "\" Brothers & Sisters \" is really ramping up its castings for the two hour flashback episode airing on Sun., April 11 at 9pm on ABC.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:26:37 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("