var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stickam.com Launches the First White Label Live Video Streaming Solution for iPhone App Developers
";
arnews[0] += "The iPhone SDK is based on Stickam.com's StreamAPI platform, providing an easy-to-implement white label solution that allows developers to integrate live video streaming into any business, entertainment or educational iPhone app.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 16:48:52 GMT";
arnews[0] += "
";
arnews[1]="TV Redo: Zap2it updates 'Bosom Buddies,' 'Manimal,' 'Misfits of Science'
";
arnews[1] += "The premiere of ABC's \"V\" -- and TV's mostly woeful track record for updating beloved TV series -- has us taking a closer look this week at \"classic\" TV series that just might be able to make a comeback, if done correctly.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 20:04:41 GMT";
arnews[1] += "
";
arnews[2]="'Community' Recap:'Home Economics'
";
arnews[2] += "After a nearly perfect Halloween episode, this week's Community feels like a bit of a let down.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 18:00:16 GMT";
arnews[2] += "
";
arnews[3]="AYSO Results: Silverbacks blank Daly City
";
arnews[3] += "Playing with a team 10, the Silverbacks chalked up a big win. In an offensive show of strength, the forwards and midfielders kept the ball at the Daly City end for most of the game.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Tonight's TV highlights: Megan Mullally guest-stars on 'Parks and Recreation'
";
arnews[4] += "Pierce joins Vaughn's band. The group comes to Jeff's rescue when they fins out he doesn't have a place to live.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Roundup: Milbank beats Sisseton in '11A'; Arlington wins
";
arnews[5] += "Milbank rallied to defeat Sisseton 21-14 in Class 11A quarterfinal football action Monday night in Milbank.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 11:36:49 GMT";
arnews[5] += "
";
arnews[6]="Print Version
";
arnews[6] += "Citytv welcomes some exciting guest stars to its line up this week including Elisabeth Moss , Jerry Stiller and Anne Meara to Mercy, Eric Christian Olsen to Community, Megan Mullally to Parks and Recreation, Brian Williams to 30 Rock and the voices of Wendie Malick , Michael Dorn to Glenn Martin, DDS.";
arnews[6] += "
Publ.Date : Mon, 02 Nov 2009 05:28:08 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("