// JavaScript Document

function callJavascript(vName)
{
	
/* do not edit these varialbes */

  var turl="http://www.youtube.com"; // url gets prepended to .txt varialbes
  document.getElementById("videoName").innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+window.vWidth+'" height="'+window.vHeight+'"><param id="movie" name="movie" value="'+turl+vName+'"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param><embed src="'+turl+vName+'" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" allowScriptAccess="always" width="'+window.vWidth+'" height="'+window.vHeight+'"></embed></object>';

}