var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Forgot to tweet this last night... something along the lines of "Jay Baruchel is cute and has good hair." Halifax needs more movie stars.
"; arnews[0] += "Forgot to tweet this last night... something along the lines of \"Jay Baruchel is cute and has good hair.\" Halifax needs more movie stars. -"; arnews[0] += "
"; arnews[1]="heather: I have a huge crush on Jay Baruchel #fb
"; arnews[1] += "I have a huge crush on Jay Baruchel"; arnews[1] += "
"; arnews[2]="Deathbox Productions: I ran into Jay Baruchel in Halifax at the Atlantic Film Fest last night. http://www.imdb.com/name/nm0059431/
"; arnews[2] += "I ran into Jay Baruchel in Halifax at the Atlantic Film Fest last night."; arnews[2] += "
"; arnews[3]="ebaypro: Randy Quaid Jay Baruchel "Real time" large movie poster
"; arnews[3] += "Randy Quaid Jay Baruchel \"Real time\" large movie poster -"; arnews[3] += "
"; arnews[4]="ebaypro: REAL TIME dvd randy quaid jay baruchel NEW canada
"; arnews[4] += "REAL TIME dvd randy quaid jay baruchel NEW canada -"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");