<!-- Begin

// 


var allwebco	  = "yes"	
var pageheight	  = "70"	// SPACING ABOVE COPYRIGHT

document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');

// FOOTER LINKS

document.write('<br><br>Content &copy; copyright 2009 k.d. concepts. All Rights Reserved.');

document.write('</a><br>');

   if (allwebco == "yes") {
document.write('Maintained by <a href="http://deccodesigns.com" target="_blank">deccodesigns.com</a><br>');
}

document.write('<br>');

//  End -->