var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Vandy', Celts jolt Benet
";
arnews[0] += "Providence Catholic's Brianne Vandenberg was cool under pressure on Saturday. The 5-foot-8 senior made two free throws with 2.5 seconds left to give Providence a 45-43 win over Benet Academy in East Suburban Catholic Conference play.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 07:42:30 GMT";
arnews[0] += "
";
arnews[1]="Turpel's 37 power Lewis women
";
arnews[1] += "Jenny Turpel was on the offensive mark for the Lewis University women's basketball team on Thursday.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:01:00 GMT";
arnews[1] += "
";
arnews[2]="One Host Too Many?
";
arnews[2] += "History shows that multiple award show hosts can lead to multiple headaches. Steve Martin and Alec Baldwin are all smiles in this scene from 'It's Complicated,' but will the pairing work on March 7? The Academy Awards are being co-hosted this year by \"It's Complicated\" co-stars Alec Baldwin and Steve Martin.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 06:02:38 GMT";
arnews[2] += "
";
arnews[3]="Grace Kelly Fashion Ads - The Salvatore Ferragamo Spring 2010 Campaign is Majestic
";
arnews[3] += "Supermodel Claudia Schiffer looks like a modern day Grace Kelly as she portrays the Princess of Monaco in the Salvatore Ferragamo Spring 2010 campaign.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 18:55:51 GMT";
arnews[3] += "
";
arnews[4]="Portland, Oregon: Keeping It Weird
";
arnews[4] += "\"Keep Portland Weird,\" read the bumper sticker affixed to the taxicab that we hailed at the Portland, Oregon, Amtrak station.";
arnews[4] += "
Publ.Date : Sun, 03 Jan 2010 04:31:00 GMT";
arnews[4] += "
";
arnews[5]="Grace Kelly: Style Icon forthcoming display at the V&A
";
arnews[5] += "If you are a fan of the classic style of Grace Kelly, you'd better put the dates 17 April until 26 September in your diary when the V&A Museum will be hosting the display Grace Kelly: Style Icon .";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 15:10:09 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("