
var theHtml="";
// 01.05.09 changed from embed-start-playing.php to embed-start-paused.php
theHtml+=" <iframe src=\"http://www.networkn3.com/iframe/embed-start-paused.php?vid=";
theHtml+=vid;
theHtml+="&sid=";
theHtml+=sid;

theHtml+="\" width=\"424\"";
theHtml+="marginwidth=\"0\" height=\"491\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\"></iframe>";
document.write(theHtml);