var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blu-Ray Review: Girl Power Drives Entertaining ‘Whip It’ - HollywoodChicago.com
";
arnews[0] += "Her dad (Daniel Stern) and best friend (Alia Shawkat) are the supportive voices in her life but Bliss is a small town girl who can’t find her way to a bigger pond mostly because she’s still unsure what she wants to do. That changes when she finds ...";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 16:58:00 GMT";
arnews[0] += "
";
arnews[1]="TV director baron convicted in Va. antique theft - Tacoma News Tribune
";
arnews[1] += "A few days later, she sneaks back to Austin with her best friend (Alia Shawkat) and attends a match. The women she meets there – tomboyish and independent-minded just like herself – are an inspiration. Before long, she earns a place on ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 13:21:00 GMT";
arnews[1] += "
";
totcount = 2;
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("