var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Youtube Interactive Spelling Bee w/ Christy Carlson Romano
";
arnews[0] += "Master - Christy Carlson Romano Good Times - Paul Resnikoff Golden Boy - Chad Rogers Heady G - Alphonse Graziano DiPaolo Jr. Ladae - Ladae Bond Politika - Lindsey Zamplas Jess -...";
arnews[0] += "
Publ.Date : Thu, 21 May 2009 22:50:55 GMT";
arnews[0] += "
";
arnews[1]="Christy Carlson Romano Falls Off a Chair
";
arnews[1] += "Start Here: www.youtube.com Don't forget to subscribe: tinyurl.com _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _Created by Joe Sabia with Whirled Interactive Produced by Jon...";
arnews[1] += "
Publ.Date : Thu, 21 May 2009 10:40:23 GMT";
arnews[1] += "
";
arnews[2]="Christy Carlson Romano - Colors Of The Wind (Music Video!)
";
arnews[2] += "I am VERY happy with the out come of this music video! I took parts from the movie and the Disneymania 3 Concert DVD. I also used parts of the interview where Christy is singing....";
arnews[2] += "
Publ.Date : Sun, 29 Mar 2009 22:12:44 GMT";
arnews[2] += "
";
arnews[3]="Christy Carlson Romano - Teacher's Pet Music Video
";
arnews[3] += "this is a disney music video for the animated movie \"teacher's pet\" and i was an extra in it, im the asian dude behind her wearing all black, just decided to post it for fun......";
arnews[3] += "
Publ.Date : Mon, 02 Mar 2009 18:32:29 GMT";
arnews[3] += "
";
arnews[4]="Christy Carlson Romano Could It Be
";
arnews[4] += "Christy Carlson Romano Could It Be";
arnews[4] += "
Publ.Date : Mon, 02 Jun 2008 03:26:02 GMT";
arnews[4] += "
";
arnews[5]="Could It Be - Christy Carlson Romano (Stereo)
";
arnews[5] += "Could it Be by Christy Carlson Romano.. Stereo HQ Version edited by me! Enjoy!";
arnews[5] += "
Publ.Date : Sun, 24 Feb 2008 14:33:15 GMT";
arnews[5] += "
";
arnews[6]=""Say The Word" Christy Carlson Romano - Music Video
";
arnews[6] += "The music video for Christy Carlson Romano's \"Say The Word\". The song can be found on Disney Channel Hits Take 1 CD, Christy's Disney Greatest Hits CD, or The Kim Possible...";
arnews[6] += "
Publ.Date : Fri, 06 Oct 2006 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Hilary Duff and Christy Carlson Romano - Cadet Kelly
";
arnews[7] += "a clip from Disney's Cadet Kelly...";
arnews[7] += "
Publ.Date : Sat, 05 Aug 2006 11:06:09 GMT";
arnews[7] += "
";
arnews[8]="Christy Carlson Romano - Cutting Edge 2
";
arnews[8] += "movie trailer for \"The Cutting Edge :Going for The Gold \" a sequal to the first 'The Cutting Edge' movie. Starring Christy Carlson Romano & Ross Thomas";
arnews[8] += "
Publ.Date : Fri, 24 Mar 2006 23:50:10 GMT";
arnews[8] += "
";
arnews[9]="Teacher's Pet - Christy Carlson Romano
";
arnews[9] += "music video for 'Teacher's Pet' by Christy Romano, directed by Trey Fanjoy";
arnews[9] += "
Publ.Date : Sun, 15 Jan 2006 02:10:21 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("