
var theHtml="";
theHtml+=" <iframe src=\"http://www.networkn3.com/iframe/embed-start-paused.php?";
theHtml+="sid=";
theHtml+=sid;
if(typeof vid != "undefined") {
theHtml+="&vid=";
theHtml+=vid;
}
if(typeof pid != "undefined") {
theHtml+="&pid=";
theHtml+=pid;
}
if(typeof spo != "undefined") {
theHtml+="&spo=";
theHtml+=spo;
}
theHtml+="&embedded=";
theHtml+=1;

theHtml+="\" width=\"424\"";
theHtml+="marginwidth=\"0\" height=\"491\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\"></iframe>";
document.write(theHtml);