<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var company	= "International Services"	  // YOUR COMPANY NAME
var homelink	= "http://www.img-insurance.net/"		  // LINK TO YOUR HOMEPAGE
var year	= "2007"		  // COPYRIGHT YEAR
var showall	= "yes"			  // SHOW ALLWEBCO COPYRIGHT






// COPYRIGHT 2005 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE
// ---------------------------------------


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr><td width="10"  ALIGN="center" VALIGN="middle">');

document.write('<IMG SRC="/picts/spacer.gif" height="30" width="10" border="0" alt="image">');
document.write('</td><td>');

document.write('<a href="/" class="footer">Home</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="/site_map.asp" class="footer">Sitemap</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="/contact.asp" class="footer">Contact</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="/about.asp" class="footer">About us</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="/insurance-disclaimer.asp" class="footer">Disclaimer</a>');
document.write('</td><td></td><td ALIGN="right">');


document.write('<span class ="footer">&copy;Copyright '+year+' ');


document.write('<a href="'+homelink+'" target="_top">'+company+'</a> ');


document.write('All Rights Reserved<br>');



document.write('</span><br>');
document.write('</td>');


//  End -->


