tube_afvpurl = 'http://www.freepornofreeporn.com/afvp/tube-1.0/afvp.swf';

tube_flashvars = 'input_file=' +  tube_fvlUrl + '&input_onclickurl=' + tube_urlOfAction + '&input_splashScreen=' + tube_splashScreen + '&input_watermark=' + tube_watermark;

tube_htmlCode = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="640" height="514" id="tube_afvp_object" align="middle">';
tube_htmlCode += '<param name="allowScriptAccess" value="all" />';
tube_htmlCode += '<param name="allowFullScreen" value="true" />';
tube_htmlCode += '<param name="movie" value="' + tube_afvpurl + '?' + tube_flashvars + '" />';
tube_htmlCode += '<param name="quality" value="high" />';
tube_htmlCode += '<param name="bgcolor" value="#ffffff" />';
tube_htmlCode += '<param name="scale" value="noscale" />	';
tube_htmlCode += '<embed src="' + tube_afvpurl + '?' + tube_flashvars + '" quality="high" bgcolor="#ffffff" width="640" height="514" name="afvp" align="middle" allowScriptAccess="all" allowFullScreen="true"  scale="noscale" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
tube_htmlCode += '</object>';

if(tube_holder_id!=null){
	var tube_tubeHolder = document.getElementById(tube_holder_id);
	if(tube_tubeHolder)
		tube_tubeHolder.innerHTML = tube_htmlCode;
	else
		document.write(tube_htmlCode);
}else{
	document.write(tube_htmlCode);
}