//Vin Check module
function vinModule(){
var strVin='';
/* RIGHT COLUMN FAQS MODULE STARTS */
strVin+='<div  class="right_callout"></div><div class="rightcallouts_sep"><img src="/images/hr_lefnav_seperator.gif" alt="" border="0" /></div>';
strVin+='<table width="186" border="0" cellspacing="0" cellpadding="0">';
strVin+='<tr><td><img src="/images/hdr_callout.gif" width="186" height="11" alt="Amica" border="0" /></td></tr>';
strVin+='<tr bgcolor="#f5f5f5"><td style="background: url(/images/tile_callout.gif) repeat-y;">';
strVin+='<div class="textcallout_title_green_VIN">Considering purchasing<br /> a used car?</div>';
strVin+='<tr bgcolor="#f5f5f5" class="textcallout_xs_VIN"><td>Search the National Insurance Crime Bureau\'s <a href="https://www.nicb.org/cps/rde/xchg/nicb/hs.xsl/vincheck.html" target="_blank">VINCheck database</a> to determine if the vehicle has been reported stolen or declared a total loss.</td></tr>';
strVin+='</td></tr>';
strVin+='<tr><td><img src="/images/ftr_contact.gif" width="186" height="11" alt="" /></td></tr>';
strVin+='</table>';
document.write(strVin);
}
vinModule();