var swf = "http://ntella.com/projects/fireballrun/viewer/liveclient.swf";
var swfWidth = 320;
var swfHeight = 240;

document.writeln("<div id=\"videoContainer\" style=\"width: "+swfWidth+"px\">");
document.writeln("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\""+swfWidth+"\" height=\""+swfHeight+"\" id=\"player\" align=\"middle\">");
document.writeln("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
document.writeln("<param name=\"movie\" value=\""+swf+"\" />");
document.writeln("<param name=\"quality\" value=\"high\" />");
document.writeln("<param name=\"bgcolor\" value=\"#ffffff\" />");
document.writeln("<embed src=\""+swf+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+swfWidth+"\" height=\""+swfHeight+"\" name=\"player\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
document.writeln("</object>");
document.writeln("<center><font size=\"2\">Powered by: <a href=\"http://userinteract.com?fbr\" target=\"_blank\">http://UserInteract.com</a></font></center>");
document.writeln("</div>");