// Northwest Woman Magazine
function getFooter(){ 
    mDate = new Date();
    mYear = mDate.getFullYear();
	document.write('<br><a href="http://www.northwestwoman.com">Home</a> | <a href="http://www.northwestwoman.com/about">About</a> | <a href="http://www.northwestwoman.com/subscribe">Subscribe</a> | <a href="http://www.northwestwoman.com/advertise">Advertise</a> | <a href="http://www.northwestwoman.com/contact">Contact</a><br><br>'); 
	document.write('<font color=#FFFFFF> © ' + mYear  + " Harvest Rain Press, LLC - Northwest Woman™ Magazine. All rights reserved " +'<br> Website Designed by Matthew Bogue </font>');}


function enableField() {
	if(document.wc_06.wc_sub_chk.checked)
		document.wc_06.wc_sub.disabled = false;
	else{
		document.wc_06.wc_sub.disabled = true;}
	}//end enableField