<!-- start

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


var d = new Date();
var year=d.getYear();

if(d.getYear()<2000) {year=d.getYear()+1900;}

document.write('Copyright '+year+' &copy; ');

document.write('<a href="/" target="_top" title="Copyright '+year+' &copy; snapNwin">snapNwin&trade;</a> ');

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

document.write('For more information feel free to '); 

document.write('<A HREF="contact.php" title="Contact Us">contact</a> us<br>');



//  End -->
