// Copyright Sample Script File

function copyright() {
 
 document.write('|&nbsp; <a href="phpsimple/upload.php" target="_blank"><b>Upload a File</b></a> &nbsp;| ') 
document.write('|&nbsp; <a href="Our-Products.html"><b>Our Products</b></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="Our-Services.html"><b>Our Services</b></a> &nbsp;| ') 
 document.write('|&nbsp; <a href="Contact.html"><b>Contact Us</b></a> &nbsp;| ')  
 document.write('|&nbsp; <a href="index.html"><b>Home</b></a> &nbsp;| ') 

    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2008, <a href="http://www.asgrafx.com"><b>Artistic Signs & Graphics providing signage and webdesign solutions for the York region and GTA Toronto</b></a><br> &nbsp; &nbsp; ')
document.write('Site maintained by:  <a href="http://www.corskan.ca/" target="blank">Corskan Inc.</a>')
document.write('<br><br>')
document.write('Site created by:  <a href="http://www.internetwebdezines.com">Internet WebDeZines</a>')
document.write('<br><br>')
document.write('</div>')
}



 
