
function open_new_window(url) 
{
var link=url

new_window = open("http://www.sarginsonracing.com/racepage.htm","displayWindow","scrollbars=yes,menubar=no,height=800,width=1000,resizable=yes,toolbar=no,location=no,status=no");

// open new document 

new_window.document.open();

// Sarginson Racing
// Replace your " with ' or ' or your document.write statements will fail
new_window.document.write("<html><head><scr"+"ipt language='Javascript'><!--var framespage='http://www.sarginsonracing.com/racepage.htm'if (top.location==document.location){top.location=framespage;}else{var parent_location=parent.location.href;var str_beginning=parent_location.length-framespage.length;if (parent_location.substring(str_beginning, parent_location.length)!=framespage){ parent.location=framespage;}}//--><\/scr"+"ipt>");
new_window.document.write("<title>:::::::::S a r g i n s o n&nbsp;&nbsp;&nbsp;R a c i n g:::::::::</title></head>");
new_window.document.write("<body background='http://www.sarginsonracing.com/back.gif' topmargin='0' bgcolor='#000033' text='#FFFFFF' link='#FFFFFF' "); 
new_window.document.write("vlink='#FFFFFF' alink='#FFFFFF'><center><table bgcolor='#000000'  border='0' cellSpacing='0' >");
new_window.document.write("<tr><td width='1100' height='198' align='center' valign='top'>");
new_window.document.write("<img src='http://www.sarginsonracing.com/cbu1s.jpg'width='150' height='196'border='0'valign='top'>");
new_window.document.write("<img src='http://www.sarginsonracing.com/newfrontpagehedder2.jpg' width='641' height='198' border='0'valign='top'>");
new_window.document.write("<img src='http://www.sarginsonracing.com/cbu2s.JPG' width='150' height='198' border='0'valign='top'></td></tr><tr>");
new_window.document.write("<td align='center' ><img src='http://www.sarginsonracing.com/favicon.ico' width='16' height='16' align='absmiddle'>");
new_window.document.write("<font color='#FFFFFF' size='1' face='Arial, Helvetica, sans-serif'><b>");
new_window.document.write("<img src='http://www.sarginsonracing.com/spacer.gif'width='60' height='8'><a href=javascript:window.close()>");
new_window.document.write("<img src='http://www.sarginsonracing.com/home.gif' width='65' height='25' align='absmiddle' border='0'></a> Y&nbsp;&nbsp;o&nbsp;&nbsp;u");
new_window.document.write("&nbsp;&nbsp;&nbsp; c&nbsp;&nbsp;a&nbsp;&nbsp;n &nbsp;&nbsp;&nbsp; c&nbsp;&nbsp;o&nbsp;&nbsp;n&nbsp;");
new_window.document.write("&nbsp;t&nbsp;&nbsp;a&nbsp;&nbsp;c&nbsp;&nbsp;t&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;e&nbsp;&nbsp;v&nbsp;");
new_window.document.write("&nbsp;i&nbsp;&nbsp;n&nbsp;&nbsp;&nbsp; h&nbsp;&nbsp;e&nbsp;&nbsp;r&nbsp;&nbsp;e&nbsp;&gt;&gt;");
new_window.document.write(" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='mailto:Kevin@SarginsonRacing.com'><font"); 
new_window.document.write("color='#FFFFFF' size='1' face='Arial, Helvetica, sans-serif'>K&nbsp;&nbsp;e&nbsp;&nbsp;v&nbsp;&nbsp;");
new_window.document.write("i&nbsp;&nbsp;n&nbsp;&nbsp;@&nbsp;&nbsp;S&nbsp;&nbsp;a&nbsp;&nbsp;r&nbsp;&nbsp;g&nbsp;");
new_window.document.write("&nbsp;i&nbsp;&nbsp;n&nbsp;&nbsp;s&nbsp;&nbsp;o&nbsp;&nbsp;n&nbsp;&nbsp;R&nbsp;&nbsp;a&nbsp;&nbsp;");
new_window.document.write("c&nbsp;&nbsp;i&nbsp;&nbsp;n&nbsp;&nbsp;g&nbsp;&nbsp;");
new_window.document.write(".&nbsp;&nbsp;c&nbsp;&nbsp;o&nbsp;&nbsp;m</font></a>");
new_window.document.write("<a href=javascript:window.close()><img src='home.gif' width='65'align='absmiddle' ");
new_window.document.write("height='25' align='bottom' border='0'></a><img src='spacer.gif'width='60'");
new_window.document.write(" height='8'><img src='favicon.ico' width='16' height='16' align='absmiddle'>");
new_window.document.write("</font></b></td></tr><tr><td><center><iframe id='race' name='race' src='");
new_window.document.write(link);
new_window.document.write("' height='1000' width='960'></iframe></center></td> ");
new_window.document.write("</tr><tr valign='bottom'><td width='834' height='83' align='left'>");
new_window.document.write("<img src='/cgi-sys/Count.cgi?df=sc7885.dat|display=Counter|ft=3|md=5|frgb=0;0;0|dd=N' align='left'>"); 
new_window.document.write("<br></td></tr></table></center></body></html>");

// close the document
new_window.document.close(); 
}
