txt01="BOOKMARK<br>This Site<br>"
txt02="Click here to<br>bookmark this site"
txt03="An Equal<br>Opportunity Employer<br>"
txt04="&copy; Copyright 2008<br>GHOSTRYDERS<br>Ghostryders Ranch<br>Ghostryder Publishing<br>All Rights Reserved<br>"


document.write("<TABLE align=center border=0 width=145><TR><TD align=center width=145>");

document.write("<a class=\'green-nav\' href=\'javascript:window.external.AddFavorite\' \'http://ghostryders.com/','Ghostryders'\'>");
document.write("<b class=white12>" + txt01 + "</b><br>");
document.write("<b>" + txt02 + "</b></a>");

document.write("</TD></TR><TR><TD align=center width=145>");
 
document.write("<a class=\'blue-nav\' href=\'http://Randall-Scott.com/contact/contact.php\' target=\'_new\'>");
document.write('<b class=white12>' + txt03 + '</b>');
document.write('<b>' + txt04 + '</b></a>');

document.write("</TD></TR></TABLE>");


