var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " - "Steph+Song" - Google News"; document.title=document.title+ " "; arnews[0]="Vancouver's Asian Film Fest Is Nothing to Sneeze at - TheTyee.ca
"; arnews[0] += "

Vancouver's Asian Film Fest Is Nothing to Sneeze at
TheTyee.ca
Some festival highlights: the "Seriously Shorts" collection, Saturday at 11AM; the locally-shot Dim Sum Funeral, co-starring Vancouver's Steph Song, ...

and more »
"; arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 05:36:49 GMT+00:00"; arnews[0] += "
"; arnews[1]="Vancouver Asian Film Festival goes beyond identity - Georgia Straight
"; arnews[1] += "

Vancouver Asian Film Festival goes beyond identity
Georgia Straight
The ensemble cast boasts Russell Wong (The Joy Luck Club), Bai Ling (Anna and the King), Kelly Hu (X-Men 2), Vancouver's Steph Song (jPod), Françoise Yip, ...

and more »
"; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 12:12:05 GMT+00:00"; arnews[1] += "
"; arnews[2]="Post Game TV Recap: SMALLVILLE S9E5: "Roulette" - Newsarama
"; arnews[2] += "

Newsarama

Post Game TV Recap: SMALLVILLE S9E5: "Roulette"
Newsarama
Were you okay with this mercenary version of Roulette (Steph Song) being a clear break from the more villainous comic book version who played ringmaster and ...

"; arnews[2] += "
Publ.Date : Wed, 28 Oct 2009 20:46:51 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");