<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "100"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write('<a href="index.html">Home </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="custom.htm">Payment</a>');



document.write('<br><br>All contents Copyright &copy; ');



// EDIT THE NEXT LINE


document.write('Cast In Ink&trade; 2008<br>');

document.write('Any violation of Copyright Laws, including the unlawful use of images, text, or any other<br>intellectual property contained within this site will be prosecuted to the fullest extent of the law.<br>');











   if (allwebco == "no") {
document.write('Site Design &copy; 2008 All rights reserved <a href="http://allwebcodesign.com" target="_blank">Allwebco Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}



document.write('<br>');




//  End -->
