<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

<!-- this script got from www.javascriptfreecode.com-Coded by: Krishna Eydat -->
<!-- Start of Add to Favorites IE -->

<!--
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://www.marekgroup.com";
var title="The Marek Group powered by the FUSE Network";

document.write('<br>')
document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add our site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">BOOKMARK US</a>');
}
else {
var msg = "BOOKMARK US";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}

// -->
<!-- End of Add to Favorites IE -->

// BEGIN COPYRIGHT

document.write('<br>');

document.write('<span class ="copyright">&copy;Copyright 2010 ');

document.write('<a href="index.htm" class="copylink">The Marek Group, Inc.</a> ');

document.write('</span>');

// END COPYRIGHT


//  End -->