function body_onload(videoUrl, videoTitle) {
  
  if(videoUrl != 0)
  {
    Shadowbox.open({
    title: videoTitle,
    player: 'swf',
    content: videoUrl,
    height: 360,
    width: 640
    } );
  }
}
