<!-- Begin

// NOTE: If you use a ' add a slash before it like this ¥'



var email		= "sales@intellicall.com"	// YOUR E-MAIL
var company	= "Intellicall Inc."	  	// YOUR COMPANY NAME
var homelink	= "index.htm"		// LINK TO YOUR HOMEPAGE
var year		= "2006-2010"			// COPYRIGHT YEAR
var showall	= "yes"	 		// SHOW JR FREELANCE COPYRIGHT







// COPYRIGHT 2006 ｩ JR FREELANCE Design

// 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">');
document.write('<IMG SRC="images/spacer.gif" height="30" width="10" border="0" alt="image"><br>');
document.write('</td><td ALIGN="left" VALIGN="middle">');


document.write('<span class ="footer">Copyright &copy; '+year+' ');


document.write('<a href="'+homelink+'" target="_top">'+company+'</a> ');


document.write('All Rights Reserved<br>');


document.write('For more information please contact us at '); 


document.write(' <A HREF="mailto:'+email+'">'+email+'</a>');


document.write('</span><br>');
document.write('</td><td ALIGN="right" VALIGN="middle">');


   if (showall == "yes") {
document.write('<span class="footer">');
document.write('<a href="http://www.jrfreelance.com" target="_blank">JR Freelance Design</a><br>Site Design &copy; '+year+'</span><br>');

}
else {
document.write('<br>');
}

document.write('</TD><td width="10">');
document.write('<IMG SRC="images/spacer.gif" height="10" width="10" border="0" alt="image"><br>');
document.write('</td></tr></table>');


//  End -->