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