var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="ViVlog Las Vegas - Teddy Geiger Performs at CES
";
arnews[0] += "Columbia/Sony Music Artist Teddy Geiger performs at Consumer Electronics Show 2006. Plays Wayne on \"Love Monkey\" television series.";
arnews[0] += "
Publ.Date : Tue, 03 Mar 2009 23:37:21 GMT";
arnews[0] += "
";
arnews[1]="Teddy Geiger - Great Escape (The Rocker OST)
";
arnews[1] += "You promised me you'd always be around To pick me up when I run down To help me when my day is busted But there's no one now who can be trusted Are you ever coming back or is...";
arnews[1] += "
Publ.Date : Mon, 27 Oct 2008 00:47:27 GMT";
arnews[1] += "
";
arnews[2]="The Rocker - Clip - Naked drummer
";
arnews[2] += "Academy Award Nominee Peter Cattaneo returns to cinemas with \"The Rocker\"; a hilarious comedy about a failed drummer who is given a second chance at fame.";
arnews[2] += "
Publ.Date : Mon, 20 Oct 2008 15:50:48 GMT";
arnews[2] += "
";
arnews[3]="The Rocker - Everybody loves Rainn
";
arnews[3] += "Academy Award Nominee Peter Cattaneo returns to cinemas with \"The Rocker\"; a hilarious comedy about a failed drummer who is given a second chance at fame.";
arnews[3] += "
Publ.Date : Mon, 20 Oct 2008 15:50:48 GMT";
arnews[3] += "
";
arnews[4]="Teddy Geiger Talks about "The Rocker"
";
arnews[4] += "Singer-songwriter Teddy Geiger talks with Mark about his role in \"The Rocker\" and the surreal world of stardom.";
arnews[4] += "
Publ.Date : Fri, 13 Jun 2008 17:12:14 GMT";
arnews[4] += "
";
arnews[5]="Teddy Geiger Performs Live
";
arnews[5] += "Musician and actor Teddy Gieger gives Good Day a live performance in studio with a couple of lucky special guests.";
arnews[5] += "
Publ.Date : Fri, 13 Jun 2008 15:20:15 GMT";
arnews[5] += "
";
arnews[6]="Second Cup Cafe: Teddy Geiger
";
arnews[6] += "A singer and songwriter from upstate New York, Teddy Geiger has just released his debut album and performs for \"The Saturday Early Show.\"";
arnews[6] += "
Publ.Date : Tue, 12 Feb 2008 19:50:47 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Teddy Geiger - For You I Will (Confidence)
";
arnews[7] += "Teddy Geiger For You I Will (Confidence) (C) 2006 SONY BMG MUSIC ENTERTAINMENT ... Teddy Geiger For You Will (Confidence) Pop Music Video";
arnews[7] += "
Publ.Date : Tue, 20 Mar 2007 03:06:41 GMT";
arnews[7] += "
";
arnews[8]="Teddy Geiger - These Walls
";
arnews[8] += "Teddy Geiger These Walls (C) 2006 SONY BMG MUSIC ENTERTAINMENT";
arnews[8] += "
Publ.Date : Tue, 20 Mar 2007 03:04:36 GMT";
arnews[8] += "
";
arnews[9]="Teddy Geiger MAGIC on Real Magic TV!
";
arnews[9] += "Teddy Geiger sat down with world renowned magician, Jonathan Krackehl, before RMTV's Acoustic session taping. Teddy was quite surprised to find his PHONE NUMBER spelled out in the...";
arnews[9] += "
Publ.Date : Sat, 24 Jun 2006 23:55:47 GMT";
arnews[9] += "
";
totcount = 10;
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("