<!-- 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	= "2010"		  // COPYRIGHT YEAR
var now = new Date();
var year = now.getYear();
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%"><tr align="right" span class ="footer"><td  ALIGN="right" >');



document.write('<a href="/">Home</a>');
document.write(' | ');


document.write('<a href="/site_map.asp" class="footer">Sitemap</a>');
document.write(' | ');


document.write('<a href="/contact.asp" class="footer">Contact</a>');
document.write(' | ');


document.write('<a href="/about.asp" class="footer">About us</a>');
document.write(' | ');


document.write('<a href="/insurance-disclaimer.asp" class="footer">Disclaimer</a>');
document.write('</td><td> </td><td align="right">');


document.write('&copy;Copyright '+year+' ');


document.write('<a href="'+homelink+'" target="_top">'+company+'</a> ');


document.write('All Rights Reserved<br>');



document.write('<br>');
document.write('</td></span></tr></table>');
<script src="/includes/hitlinks_ga.js"></script>


//  End -->



