<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "67"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE
var showimages4		= "yes"		// SHOW THE 4th  IMAGE
var showimages5		= "yes"		// SHOW THE 5th  IMAGE
var showimages6		= "yes"		// SHOW THE 6th  IMAGE
var showimages7		= "yes"		// SHOW THE 7th  IMAGE
var showimages8		= "yes"		// SHOW THE 8th  IMAGE
var showimages9		= "yes"		// SHOW THE 9th  IMAGE
var showimages10	= "yes"		// SHOW THE 10th  IMAGE



   if (showimages1 == "yes") {
document.write('<a href="pi_review.htm"><img src="picts/sidebar_pi_review.jpg" border="0" onmouseover="alert_msg(\'PI Review\')" onmouseout="away()" width="'+127+'" height="'+145+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="tlc.htm"><img src="picts/sidebar_tlc.jpg" border="0" onmouseover="alert_msg(\'TLC Discount\')" onmouseout="away()" width="'+127+'" height="'+130+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
document.write('<a href="cashback.htm"><img src="picts/sidebar_cashback.jpg" border="0" onmouseover="alert_msg(\'CA$HBACK\')" onmouseout="away()" width="'+127+'" height="'+67+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages4 == "yes") {
document.write('<a href="five_star_claim_service.htm"><img src="picts/sidebar_fivestar.jpg" border="0" onmouseover="alert_msg(\'Five Star Claim Service\')" onmouseout="away()" width="'+127+'" height="'+67+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages5 == "yes") {
document.write('<a href="benefits_xpress.htm"><img src="picts/sidebar_benefits_xpress.jpg" border="0" onmouseover="alert_msg(\'Benefits Xpress\')" onmouseout="away()" width="'+127+'" height="'+50+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages6 == "yes") {
document.write('<a href="chrome.htm"><img src="picts/sidebar_chrome.jpg" border="0" onmouseover="alert_msg(\'Classic Car Insurance\')" onmouseout="away()" width="'+127+'" height="'+72+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages7 == "yes") {
document.write('<a href="americycle.htm"><img src="picts/sidebar_americycle.jpg" border="0" onmouseover="alert_msg(\'Motorcycle Insurance\')" onmouseout="away()" width="'+127+'" height="'+73+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages8 == "yes") {
document.write('<a href="safe_harbor.htm"><img src="picts/sidebar_safeharbor.jpg" border="0" onmouseover="alert_msg(\'Boat Insurance\')" onmouseout="away()" width="'+127+'" height="'+146+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages9 == "yes") {
document.write('<a href="travelstar.htm"><img src="picts/sidebar_travelstar.jpg" border="0" onmouseover="alert_msg(\'RV Insurance\')" onmouseout="away()" width="'+127+'" height="'+50+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages10 == "yes") {
document.write('<a href="secure_id.htm"><img src="picts/sidebar_secureid.jpg" border="0" onmouseover="alert_msg(\'Identity Theft Protection\')" onmouseout="away()" width="'+127+'" height="'+134+'"></a><br>');
}





//  End -->