var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Plateau athletes make it official, sign to play at college
";
arnews[0] += "Fourteen of Eastlake's top student athletes signed letters of intent to play college sports next year.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:37:46 GMT";
arnews[0] += "
";
arnews[1]="Ten Super Cool Sci-Fi Heroines
";
arnews[1] += "Sci-Fi/Fantasy films and television have had their fair share of lackluster ladies.A I recently came across an article that discussed the worst action heroines that have disgraced the small and silver screens.A Kennedy may be the most hated character in Buffy verse; Arwen was content to just sit around waiting for her man; and Queen Amidala let ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:07:21 GMT";
arnews[1] += "
";
arnews[2]="Valentine's Day premiere
";
arnews[2] += "Cast member Jessica Alba poses at the premiere of \"Valentine's Day\" at the Grauman's Chinese theatre in Hollywood, Calif., Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:55:40 GMT";
arnews[2] += "
";
arnews[3]="2. 'Valentine's Day' an ideal date movie
";
arnews[3] += "When making movies, it's possible to have too much of a good thing. Director Garry Marshall's romantic comedy \" Valentine's Day \" is loaded with more stars than a season of \"The Love Boat,\" \"Dancing With the Stars\" and \"Celebrity Rehab\" combined.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:48:29 GMT";
arnews[3] += "
";
arnews[4]="Alba stars in complicated romance
";
arnews[4] += "If there's anything I've learned from watching hundreds of romantic comedies, it's that beautiful women just can't get a date.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:42:06 GMT";
arnews[4] += "
";
arnews[5]="Valentine's Day
";
arnews[5] += "In Pretty Woman , director Garry Marshall's personal cinematic high score, the opening credits close with the voice of a street freak, barely noticeable in wide shot, chanting an absurd mantra - \"Welcome to Hollywood, land of dreams!\" Twenty years later, Marshall dips into the same well to bookend his embarrassingly star-studded stiff, Valentine's ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:28:04 GMT";
arnews[5] += "
";
arnews[6]="Julie Roberts: Making out for Valentine's Day
";
arnews[6] += "Cast member Julia Roberts attends the premiere of \"Valentine's Day\" at the Grauman's Chinese theatre in Hollywood, California February 8, 2010.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 22:18:01 GMT";
arnews[6] += "
";
totcount = 7;
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("