<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var year=new Date();

document.write('&copy;Copyright 2008-');

document.write(year.getFullYear());

document.write(' Rebecca Snyder');

document.write(' All Rights Reserved');

document.write('<br>');

document.write('For more information please '); 

document.write(' <a href="http://realitycheck.me/contact.htm" target="_top" class="sidelink">Contact Us</a>');




//  End -->
