var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New students tour campus
";
arnews[0] += "Martha Turner, director of the Career and Employment Center, talks with incoming students Tuesday night at CUSTOMS in the Recreation Center.";
arnews[0] += "
Publ.Date : Tue, 05 Jun 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Book Author to Teach Men and Women How to Become a Romantic 'Mentalist'
";
arnews[1] += "\"Mode One\" Book Author Alan Roger Currie and Relationships Expert and Motivational Speaker Ryeal Simms will headline an Interpersonal Communication & Romantic Relationships Workshop for Single and Couples on Saturday, January 2, 2010 in Woodland Hills, CA 2009-11-10 00:58:10 - Book Author and Talk Radio Host Alan Roger Currie will lead an ...";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 22:55:49 GMT";
arnews[1] += "
";
arnews[2]="Where East Meets West
";
arnews[2] += "Mon Ami Spa is a holy union between the best of Eastern and Western medical practices with a sprinkling of traditional spoil-me-rotten spa services.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Where East Meets West
";
arnews[3] += "Mon Ami Spa is a holy union between the best of Eastern and Western medical practices with a sprinkling of traditional spoil-me-rotten spa services.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Nothing But Net: For the Week of Oct. 22 a " Oct. 28
";
arnews[4] += "Written by Brad Pareso on Oct 22nd, 2009 and filed under Columns , Nothing But Net .";
arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 18:40:32 GMT";
arnews[4] += "
";
arnews[5]="Older models back in fashion
";
arnews[5] += "THE resurgence of 1990s supermodels Elle Macpherson and Claudia Schiffer and a new TV model search for over-35s has put older models back in the spotlight.";
arnews[5] += "
Publ.Date : Wed, 21 Oct 2009 15:58:45 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("