
<!--

function popup() {
var WIDTH = 450
var HEIGHT = 450
var URL = "http://www.horseracingsystemsuk.com/popup.htm"
windowprops = "left=0,top=0,width=" + WIDTH + ",height=" + HEIGHT + "status=no,resizable=no,scrollbars=yes,location=no";
preview = window.open(URL, "preview", windowprops);
}


document.write('<TR><TD>&nbsp;</TD></TR>')

document.write('<TR><TD BGCOLOR=#336600 ALIGN=CENTER><FONT COLOR=#FFFFFF FACE=verdana,arial SIZE=-1><B>RaceXPert</B></FONT></TD></TR>')

document.write('<TR><TD><BR><A HREF=review-racexpert.htm><IMG SRC=assets/raceXpert-small.gif BORDER=0><br>Check out my review of this great piece of software.</A></P></TD> </TR>') 
				
document.write('<TR><TD>&nbsp;</TD></TR>')



-->