Have you been thinking of joining AshMax? Is the cost putting you off? If you are one of the first 5 people to respond to this post by putting your details into the form below, I will pay 50% of the $25 it costs to join the 2 programs within the system. You won’t find this offer anywhere else on the net!
I will also show you how to easily get your name on the Leader Boards every week. Go to http://www.maximumprofits.ws/ to join for FREE. You must join through this link to qualify for the offer. This is a No Risk Offer. Simply take the tour and once you sign up send me your details using the form below if you wish to take up the offer.
If you are one of the first 5 people to respond, I will get in touch with you with more details.
function CheckMultiple1(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm1(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; } if (f.format.selectedIndex == -1) { alert("Please choose a format to receive your email campaigns in"); f.format.focus(); return false; } var fname = "CustomFields_1_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field First Name"); fld.focus(); return false; } var fname = "CustomFields_2_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Last Name"); fld.focus(); return false; } return true; };