// Copyright Sample Script File

function copyright() {

 document.write('|&nbsp; <a href="index.html">      <font color="white"><b>Home</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="BigFun.html">     <font color="white"><b>Big Fun Rentals</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Combos.html">     <font color="white"><b>Combo  Rentals</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Bounces.html">    <font color="white"><b>Bounce  Rentals</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="SportsFun.html">  <font color="white"><b>Sports Fun  Rentals</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="OtherFun.html">   <font color="white"><b>Other Fun</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="NewFun.html">    <font color="white"><b>More Fun</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="PriceList.html">  <font color="white"><b>Price List</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="ContactUs.html">  <font color="white"><b>Contact Us</b></font></a> &nbsp;| ')

    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2008-2010, <a href="http://www.abpromodev.com/"><font color="white"><b>AB Promotion & Development - Located in Kirkland Lake</b></a><br> ')
document.write('©Alex & Bernadette Vanderburg RR1 Site 6 Box 36 Swastika On P0K 1T0 - (705)642-3090 - email   <a href="mailto:abvander@ntl.sympatico.ca"><font color="white"><b>abvander@ntl.sympatico.ca</b></a><br><br> ')
document.write(' Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color="white">Internet WebDeZines</a> <br> ')

document.write('<br><br>')
document.write('</div>')
}



 
