From this serie of article you’ll learn…
- What is the perfect nutrition and diet to follow.
- How to be able to keep up with exercising and why many stop doing it.
- How you should perform your exercises. The magical order to gain better results than your average way of doing it.
- The workout which gives you the best results to lose OR gain weight.
- Tips on how to perform your sport(s).
- The magic of stretching.
- Which supplements to take and what they will help you to achieve.
See you on June 26 for the first article of this amazing serie.
// check multi checkboxes based on the name passed in. function CheckMultiple(name) { theFrm = document.frmSS; for (var i=0; i < theFrm.length; i++) { fldObj = theFrm.elements[i]; var fieldnamecheck=fldObj.name.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } return false; }
function CheckSS() { theFrm = document.frmSS;
hasDot = theFrm.Email.value.indexOf("."); hasAt = theFrm.Email.value.indexOf("@");
if (hasDot == -1 || hasAt == -1) { alert("Please enter a valid email address."); theFrm.Email.focus(); theFrm.Email.select(); return false; }
valcheck = document.getElementById("Fields[1]"); if (valcheck.value == "") { alert("Please enter a value for the 'Name' field."); valcheck.focus(); valcheck.select(); return false; } else { var minsize_1 = 0; var maxsize_1 = 100; var fieldlength = 0; fieldlength = valcheck.value.length; if (fieldlength < minsize_1) { alert("You must enter a value for the 'Name' field longer than " + minsize_1 + " characters"); valcheck.focus(); return false; } if (fieldlength > maxsize_1) { alert(”You must enter a value for the ‘Name’ field no longer than ” + maxsize_1 + ” characters”); valcheck.focus(); return false; } }
return true; }
Updates: This serie is now over. You can now take a look at each day:
Day 1 | Day 2 | Day 3 | Day 4 | Day 5 | Day 6 | Day 7


0 Responses to “7 Days to a Better Body”