var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kick-Ass Hit Girl Movie Poster 2
";
arnews[0] += "Lionsgate released another awesome new poster featuring Hit-Girl from the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:02:05 GMT";
arnews[0] += "
";
arnews[1]="Kick-Ass Big Daddy Movie Poster
";
arnews[1] += "Empire Magazine got their hands on this awesome new poster featuring Big Daddy from the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 10:57:40 GMT";
arnews[1] += "
";
arnews[2]="Kick-Ass Get Ready Poster
";
arnews[2] += "Share on Facebook Lionsgate released another new movie poster for the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 13:02:05 GMT";
arnews[2] += "
";
arnews[3]="Kick-Ass Russian Poster
";
arnews[3] += "Lionsgate just released this Russian movie poster for the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:39:21 GMT";
arnews[3] += "
";
arnews[4]="Violent New Photos from Kick-Ass
";
arnews[4] += "Lionsgate recently released a few violent new stills featuring Chloe Moretz as Hit-Girl from the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 18:48:04 GMT";
arnews[4] += "
";
arnews[5]="Kick-Ass Red Band International Trailer
";
arnews[5] += "Share on Facebook Lionsgate just released this kick ass red-band international trailer from the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 03:04:09 GMT";
arnews[5] += "
";
arnews[6]="Deliriously Entertaining Kick-Ass Poster
";
arnews[6] += "Lionsgate recently released this new movie still from the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 17:54:49 GMT";
arnews[6] += "
";
arnews[7]="'Penthouse' Only Skin Deep
";
arnews[7] += "Lincoln Comedy Movie Examiner rates this: Sometimes, a picture doesn't need words to explain itself.";
arnews[7] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Southern Cooking: Marlin leading Bearkats to hardwood success
";
arnews[8] += "With a dominating win over Southland Conference opponent Texas A&M Corpus Christi on Saturday night, the Sam Houston State Bearkats are off to a hot 6-0 start in conference play.";
arnews[8] += "
Publ.Date : Tue, 02 Feb 2010 00:01:43 GMT";
arnews[8] += "
";
totcount = 9;
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("