/* writes bottom address
 * hacked by Rick Carel
*/
var right_now=new Date();
function bottomAddressIndex(){
  document.write("<b><a title='A Brief History of The Rowland Company' href='products/history.htm'>The Rowland Company</A><br /></b> &copy;2010. All rights reserved.<br>");
	document.write("4900 North 20<sup>th</sup> Street<br>Philadelphia, PA 19144<br>");
	document.write("Phone: 215-455-4900<br>Fax: 215-455-8888<br>");
	document.write("<a class='tiny' title='List of Who&#39;s Who at The Rowland Company' href='markets/contacts.htm'>Contacts<br></a>");
	document.write("<a class='tiny' title='Send a message to the Rowland Company' href='../ContactForms/contact_general.asp'>General Inquiry</a><br>");
	document.write("<a class='tiny' title='Send an E-mail the the Webmaster' href='../ContactForms/contactWebMaster.asp'>Contact WebMaster</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>");
}	