// COLLISONWEEK HEADER SCRIPT
// modified 3/17/02
// Good 11/1/2005

var prefix,strOut,strFont;
strFont="Arial";
prefix="http://www.collisionweek.com/";



strOut =  "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td>";

strOut += "<p align=\"center\"><font size=\"1\" face=\"Arial\" color=\"#008000\">";
strOut += "<a href=\"" +prefix+ "default.htm\">";
strOut += "<img border=\"0\" src=\"" +prefix+ "site_images/logo-cw300-new.gif\" width=\"399\" height=\"93\"></a><br>";
strOut += "Your Global Source for Collision Repair Industry News, Statistics, and Trend Analysis</font></p>";

//------------END
strOut += "</td></tr></table>";



document.write(strOut);

