function movieplay(moviefile, splashfile)
{


document.write('<object type="application/x-shockwave-flash" data="http://www.ivancarter.com/FlowPlayer.swf" width="320" height="263" id="FlowPlayer">');
document.write('<param name="allowScriptAccess" value="sameDomain"/>');
document.write('<param name="movie" value="http://www.veingone.com/FlowPlayer.swf"/>');
document.write('<param name="quality" value="high"/>');
document.write('<param name="scale" value="noScale"/>');
document.write('<param name="wmode" value="transparent"/>');
document.write('<param name="flashvars" value="config={videoFile: \'' + moviefile + '\' ,autoPlay: false,autoBuffering: true, splashImageFile: \'' + splashfile + '\'}" />');
document.write('<embed src="FlowPlayer.swf" width="320" height="263" allowscriptaccess="sameDomain" quality="high" scale="noScale" wmode="transparent" flashvars="config={videoFile: \'' + moviefile + '\', autoPlay: false,autoBuffering: false, splashImageFile: \'' + splashfile + '\'}" movie="FlowPlayer.swf"></embed>');
document.write('</object>\n');

}


