document.writeln("");
document.writeln("<style>");
document.writeln("div#vidibox {");
document.writeln("background: url(http://images.prezzybox.co.uk/vidiboxes/vidibox1.jpg) top left no-repeat;");
document.writeln("width:250px;");
document.writeln("height:275px;");
document.writeln("text-align:center;");
document.writeln("}");
document.writeln("div#videoPlayer {");
document.writeln("padding:72px 0 0 0;");
document.writeln("}");
document.writeln("a.prezzyboxTitle {");
document.writeln("font-family: Verdana, Arial, Helvetica, sans-serif;");
document.writeln("font-size: 11px;");
document.writeln("color: #FFFFFF;");
document.writeln("text-decoration: none;");
document.writeln("font-weight:bold;");
document.writeln("}");
document.writeln("a.prezzyboxTitle:Hover {");
document.writeln("text-decoration: underline;");
document.writeln("}");
document.writeln("span.prezzyboxPrice {");
document.writeln("font-family: Verdana, Arial, Helvetica, sans-serif;");
document.writeln("font-size: 11px;");
document.writeln("color: #FF0066;");
document.writeln("font-weight:bold;");
document.writeln("}");
document.writeln("</style>");
document.writeln("");
    function GenerateFrame(strVideo) {
        document.write("<iframe src=\"http://images.prezzybox.co.uk/vidiboxes/video.asp?video=" + 
            strVideo + "\" width=\"230\" height=\"150\" frameborder=\"0\"></iframe>")
    
    }
document.writeln("	");
document.writeln("	<div id=\"vidibox\">");
document.writeln("		<div id=\"videoPlayer\">");
document.writeln("		<SCRIPT type=text/javascript>GenerateFrame(\"TVC July_flv.flv\")</SCRIPT>");
document.writeln("		</div>");
document.writeln("		<a href=\"http://www.paidonresults.net/c/15314/354/10/0/products/index.aspx?pid=4227&TID=900\" class=\"prezzyboxTitle\">Guru Mini Light up Football</a> <span class=\"prezzyboxPrice\"> - &pound;9.95</span>");
document.writeln("	</div>");
document.writeln("");
document.writeln("");
document.writeln("");