<!-- Start FOOTER

// NOTE: If you use a ' add a slash before it like this \'

var dateObject=new Date();


var showallweb		= "yes"		// 


document.write('<table cellpadding="6" cellspacing="0" border="0" width="100%" class="footertext">');


// START FOOTER MENU LINKS

document.write('<tr><td align="left" valign="top" width="50%">');

document.write('&copy;&nbsp;Copyright ');

document.write(dateObject.getFullYear());

document.write(' <a href="http://www.propertytigers.com" target="_top">Property Tigers</a> ');

document.write('All Rights Reserved<br>');

document.write('</td><td align="right" valign="top" width="50%">');

   if (showallweb == "yes") {
document.write('Site Design <a href="http://webwiznbiz.com" target="_top">WEB WIZ n BIZ</a>');
document.write('&nbsp;&copy;&nbsp;');

document.write(dateObject.getFullYear());
document.write('<br/>');
}
else{
document.write('&nbsp;<br/>');
}

document.write('</td></tr></table>');

//  End -->
