function mag_sub(answer){
	var msg_yes = "Make your friends smarter - give the gift of Fast Company";
	var msg_no = "Your first issue will mail next business day";

	if(answer=="yes"){
		document.getElementById('message').innerHTML ="<p><a href='https://w1.buysub.com/pubs/FC/FST/FST_Donee_first.jsp?cds_page_id=44003&cds_mag_code=FST&id=1259769578860&lsid=93360959388013636&vid=1&cds_response_key=I7NGFHC' target='_blank'>" + msg_yes + "</a> <img src='http://images.fastcompany.com/toc/red_arrows.gif' border='0' alt='' /> </p>";
	}else{
		document.getElementById('message').innerHTML ="<p><a href='https://w1.buysub.com/servlet/ConvertibleGateway?cds_mag_code=QMV&cds_page_id=83836&cds_response_key=I0HEFHT4'>" + msg_no + "</a> <img src='http://images.fastcompany.com/toc/red_arrows.gif' border='0' alt='' /> </p>";
	}
}
