
var widgetID="324jhkjkhrKW299mW";

document.forms['widget'].elements["widgetID"].value=widgetID;

/*
document.write('<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>');

//var NewScript=document.createElement('script')
//NewScript.src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"
//document.body.appendChild(NewScript);


formData ='AutoRenew=No';
 //alert( "Data Sent: " + formData );
$.ajax({
   type: "POST",//change to POST if your PHP script can use it
   url: "widget_process.php",//file where your php function will be run.
   data: formData,
   dataType: 'JSON',
   success: function(msg){
	   if(msg==true){
     alert( "Data Saved: " + msg );//Will show an alert box if the GET was a success
	   }
	   else{
		    alert( "Data ELSE: " + msg );//Will show an alert box if the GET was a success
	   }
    alert( "SUCCESS" + msg );
   }
   
 });
*/
// alert( "HI JS" );
document.write('<font size=-2><br>Info & Alerts<br>For Help, Text HELP to 24587<br>Up to 10 messages/month<br>To opt-out <b>Text STOP to 24587</b><br><a href="http://www.mozeo.com/privacypolicy.html" target="_new">Privacy Policy</a> | Msg&data rates may apply</font>');
//<br><a href="http://www.mozeo.com/privacypolicy.html" target="_new">Privacy Policy</a>
