var theHtml="";
var affid;
theHtml+=" <iframe src=\"http://www.funny-videos.co.uk/emb/vidplayer.php?id=";
theHtml+=id;
theHtml+="&affid=";
theHtml+=affid;
theHtml+="\" width=\"424\"";

if ( typeof( window[ 'affid' ] ) != "undefined" ) {
theHtml+="marginwidth=\"0\" height=\"491\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\"></iframe>";
   } 
else {
theHtml+="marginwidth=\"0\" height=\"421\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\"></iframe>";
   }

document.write(theHtml);