var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Behinds the Scenes at The Sundance Film Festival
";
arnews[0] += "The beautiful CONAIR/RUSK Style Suite at Skylodge Penthouse welcomed all the celebrities this year at the Sundance Film Festival.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 16:22:34 GMT";
arnews[0] += "
";
arnews[1]="CLU women swimmers remain perfect
";
arnews[1] += "As easy as 1-, Cal Lutheran remained unbeaten in SCIAC women's swimming Saturday with a 128-99 win over Pomona-Pitzer at the Samuelson Aquatics Center.";
arnews[1] += "
Publ.Date : Sun, 10 Jan 2010 07:40:49 GMT";
arnews[1] += "
";
arnews[2]="Wearable fashion
";
arnews[2] += "DIVERSE OPTIONS Designer Sanjana Jon is targeting the middle class \"I do not want only people with money to wear my clothes.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:45:37 GMT";
arnews[2] += "
";
arnews[3]="Wearable fashion
";
arnews[3] += "\"I do not want only people with money to wear my clothes. The clothes that fashion designers come up with have to be wearable and affordable.\" These are the words of fashion designer Sanjana Jon, who was in the eye of a storm following her show at the Wills Lifestyle Fashion Week recently.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:06:30 GMT";
arnews[3] += "
";
arnews[4]="Wearable fashion
";
arnews[4] += "DIVERSE OPTIONS Designer Sanjana Jon is targeting the middle class \"I do not want only people with money to wear my clothes.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 22:01:00 GMT";
arnews[4] += "
";
arnews[5]="Wearable fashion
";
arnews[5] += "\"I do not want only people with money to wear my clothes. The clothes that fashion designers come up with have to be wearable and affordable.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 21:51:08 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("