// created by Rick Carel
var font="Times New Roman";
function shadowText()
{
  window.document.write("<div noWrap><font size='7' nowrap color='#dfdfdf' style='position: absolute; left: 170px; top: 137px;'face='" + font + "'><b><i>" + text + "</i></b></font><font size='6' color='#000000' style='position: absolute; left: 102px; top:150px;' face='" + font + "'><b>" + text + "</b></font></div>");
}
var right_now=new Date();
var emailR=('row' + 'land' + '@' + 'row' + 'land2.com');
var emailW=('rca' + 'rel' + '@' + 'row' + 'land2.com');
function bottomAddress(){
  document.write("<B><A title='A Brief History of The Rowland Company' href='../products/history.htm'>The Rowland Company</A><br></B> &copy;"+right_now.getYear()+". All rights reserved.<BR>");
	document.write("4900 N. 20th Street<BR>Philadelphia, PA 19144<BR>");
	document.write("Phone: 215-455-4900<BR>Fax: 215-455-8888<BR>");
	document.write("E-mail: <A title='E-mail us at The Rowland Company' href='mailto:"+emailR+"'>"+emailR+"</A><BR>");
	document.write("Webmaster: <a title='Send an E-mail the the Webmaster' href='mailto:"+emailW+"'>"+emailW+"</a><br>");
	document.write("Last edited on "+document.lastModified+"<br>");
	document.write("All Intellectual Property and individual works remain the property of their respective owners.<br><br>");
}
