var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Valentines Day a " Tweet To Win Some iBacon Love
";
arnews[0] += "Monkey Productions, the creator of iBacon the iPhone App, is proud to announce the #iBaconLove Twitter contest.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:43:58 GMT";
arnews[0] += "
";
arnews[1]="Join Us for Ie Radio With Jeff Jonas at 3 PM Et
";
arnews[1] += "We hope you can tune in for an IE Radio interview today with a true industry innovator, Jeff Jonas, chief scientist at IBM.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Real Housewife of Torontoa and Her Cat
";
arnews[2] += "There are three potential first lines to this post: 1. Then again the apple never tasted so sweet.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:14:59 GMT";
arnews[2] += "
";
arnews[3]="Top ideas for kids Valentine's Day gifts 2010
";
arnews[3] += "Valentine's Day is a wonderful holiday to spread the love to all those people in our lives that mean so much to us.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl Ads Tap KISS, Beyonce, Cheap Trick, T-Pain
";
arnews[4] += "In between the New Orleans Saints winning the Super Bowl and the Who rocking the big halftime show , a few good commercials featured quality music or cameos by our favorite artists.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 21:11:59 GMT";
arnews[4] += "
";
arnews[5]="Stage Raw: 31st Annual L.A. Weekly Theater Awards Nominees
";
arnews[5] += "This week's THEATER FEATURE on Pasadena Playhouse's demise, and what it means for the arts community.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 09:30:51 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("