
if ( typeof( window[ 'spo' ] ) == "undefined" ) {
   var spo="";
   } 
   if ( typeof( window[ 'pid' ] ) == "undefined" ) {
   var pid="";
   } 
   if ( typeof( window[ 'vid' ] ) == "undefined" ) {
   var vid="";
   } 



var theHtml="";
theHtml+=" <iframe src=\"http://test.networkn3.com/iframe/embed-start-paused-small.php?vid=";
theHtml+=vid;
theHtml+="&sid=";
theHtml+=sid;
theHtml+="&embedded=";
theHtml+=1;
theHtml+="&spo=";
theHtml+=spo;
theHtml+="&pid=";
theHtml+=pid;
theHtml+="&width=";
theHtml+=width;
theHtml+="&height=";
theHtml+=height;
theHtml+="\" width=\"";
theHtml+=width;
theHtml+="\" marginwidth=\"0\" height=\"";
theHtml+=height;
theHtml+="\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\"></iframe>";
document.write(theHtml);