var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Dare - Adam Fleming & Michael Cassidy
";
arnews[0] += "High school senior Ben secretly lusts after bad boy classmate Johnny. After Ben gives Johnny a ride home one night, the boys end up in Johnny's swimming pool and have an encounter...";
arnews[0] += "
Publ.Date : Thu, 20 Aug 2009 21:50:28 GMT";
arnews[0] += "
";
arnews[1]="Zoom (2006)
";
arnews[1] += "Former superhero Jack is called back to work to transform an unlikely group of ragtag kids into superheroes at a private Academy. ---- Tim Allen, Courteney Cox, Chevy Chase,...";
arnews[1] += "
Publ.Date : Wed, 08 Apr 2009 02:07:30 GMT";
arnews[1] += "
";
arnews[2]="Zoom (2006)
";
arnews[2] += "Former superhero Jack is called back to work to transform an unlikely group of ragtag kids into superheroes at a private Academy. ---- Tim Allen, Courteney Cox, Chevy Chase,...";
arnews[2] += "
Publ.Date : Wed, 08 Apr 2009 02:07:18 GMT";
arnews[2] += "
";
arnews[3]="Michael Cassidy Office Sales & Leasing Los Angeles, CALIFORNIA
";
arnews[3] += "View my CRE-Advice profile at CRE-Advice.com By michaelcassidy Tags : & , Angeles , CALIF , CALIFORNIA , Cassidy , Leasing , Los , Michael , Office , Sales";
arnews[3] += "
Publ.Date : Mon, 16 Mar 2009 21:54:06 GMT";
arnews[3] += "
";
arnews[4]="Smallville - 7x10 Persona Director's Cut
";
arnews[4] += "BIZARRO TAKES OVER CLARK'S LIFE AND TRACKS DOWN BRAINIAC — While Clark (Tom Welling) is frozen in the Fortress, Bizarro takes over his life with Lana (Kristin Kreuk). Unaware...";
arnews[4] += "
Publ.Date : Fri, 06 Mar 2009 15:42:18 GMT";
arnews[4] += "
";
arnews[5]="Zoom (2006)
";
arnews[5] += "Former superhero Jack is called back to work to transform an unlikely group of ragtag kids into superheroes at a private Academy. ---- Tim Allen, Courteney Cox, Chevy Chase,...";
arnews[5] += "
Publ.Date : Sat, 07 Feb 2009 07:29:41 GMT";
arnews[5] += "
";
arnews[6]="Privileged: Michael Cassidy
";
arnews[6] += "Michael Cassidy has become a CW favorite! He started with Hidden Palms, then played Lex's brother Jullian on Smallville, and is now playing good friend Charlie on Privileged....";
arnews[6] += "
Publ.Date : Tue, 06 Jan 2009 21:35:25 GMT";
arnews[6] += "
";
arnews[7]="Michael Cassidy - You Were Always On My Mind - Lesson
";
arnews[7] += "Fingerstyle chord arrangement";
arnews[7] += "
Publ.Date : Sun, 18 May 2008 21:02:31 GMT";
arnews[7] += "
";
arnews[8]="The CW Source: Michael Cassidy Describes Cliff
";
arnews[8] += "We talked to Michael Cassidy about playing calculating Cliff Wiatt on the new CW drama, Hidden Palms. He reveals how Cliff's different from his last role (Zach on The O.C.) and...";
arnews[8] += "
Publ.Date : Wed, 30 May 2007 21:31:12 GMT";
arnews[8] += "
";
arnews[9]="Investing in Indian Real Estate
";
arnews[9] += "CNBC's Dan Mann talks with Michael Cassidy, Chairman of Trinity Capital, about investing in India and the state of the Indian economy.";
arnews[9] += "
Publ.Date : Wed, 23 May 2007 19:45:00 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("