// JavaScript Documentfunction set_my_month(){  var set_this_month = "February 2012"; document.write(set_this_month);}
