<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var shelly	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "20"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');
document.write('<h3><a href="http://www.901creatives.com" target="_blank">Member of 901Creatives.com</a></h3><br>');


// START FOOTER LINKS


document.write('<a href="http://www.karenottmayer.com">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="portfolio.html">Samples</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="inquire.html">Contact</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="credits.html">Web Credits</a>');

document.write('<br><br>All contents &copy; copyright 2007 ');



// EDIT THE NEXT LINE


document.write('<a href="http://www.karenottmayer.com">Karen Ott Mayer</a><br>');




   if (shelly == "yes") {
document.write('Site Design & Maintenance &copy; 2007 All rights reserved <a href="http://www.huntwebber.com" target="_blank">Shelly Webber Consulting</a>');
}



document.write('<br>');




//  End -->