var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Men, not women, spend more time getting ready
";
arnews[0] += "Men use beauty products and take more time than women to look their finest, a new UK study has revealed.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:56:09 GMT";
arnews[0] += "
";
arnews[1]="Men take longer than women to get ready
";
arnews[1] += "BRITISH men spend longer getting ready to go out than women, a survey reported today, suggesting the metrosexual male has now become the norm.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:28:18 GMT";
arnews[1] += "
";
arnews[2]="Rain or shine
";
arnews[2] += "Undergraduate Student Government presidential and vice presidential candidates Dylan Dann and Addison McCaleb are hoping to help students get connected, whether it's to one another, ... Funny guy [caption id=\"attachment_8400\" align=\"alignright\" width=\"258\" caption=\"Mike Lee Daily Trojan\"][/caption] Actor and comedian Aziz Ansari, who currently ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Independent and Military Base Films: February 12 to 18
";
arnews[3] += "12 - 7:30 p.m. The documentary follows independent filmmakers around the festival circuit for a lighthearted examination of the politics and pitfalls of today's film festival landscape.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:50:57 GMT";
arnews[3] += "
";
arnews[4]="Men take longer than women to look their finest
";
arnews[4] += "MEN now spend longer getting ready to go out than women do, pampering themselves with beauty products, it was revealed yesterday.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:52:35 GMT";
arnews[4] += "
";
arnews[5]="Rise of the metrosexual: Men now spend longer getting ready to go out than women
";
arnews[5] += "Male preening: 34 per cent of men say they don't see why they shouldn't take as long as women getting ready, a survey has revealed After years of being told off for spending too much time in the bathroom, it appears women are finally getting their own back.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:20:56 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("