  
if (typeof(window['affID']) == "undefined")
  affID = "";

var code = 'ethAgwRqbc1H3nsDVISpEj6FJQf4ai' + ':' + encodeURIComponent(affID);
if (typeof(window['URL']) != "undefined") 
  code += ':' + encodeURIComponent(URL);

document.write('  <embed  ');
document.write('    src="http://go.webvideoplayer.com/webvideojukebox.v2.player?' + code + '"');
document.write('    quality="high"  ');
document.write('    bgcolor="' + document.bgColor + '"');
// document.write('    wmode="transparent" ');
document.write('    FlashVars="wvzShowThumbs=true"  ');
document.write('    allowFullScreen="true"  ');
document.write('    pluginspage="http://www.macromedia.com/go/getflashplayer"  ');
document.write('    type="application/x-shockwave-flash"  ');
document.write('    allowScriptAccess="always"  ');
document.write('    width="501"  ');
document.write('    height="305"> ');
document.write('  </embed> ');
  
  
  


