The Ten Enlightened Teachings of the Grand Masters
Product Name: The Ten Enlightened Teachings of the Grand Masters
All orders are protected by SSL encryption – the highest industry standard for online security from trusted vendors.
The Ten Enlightened Teachings of the Grand Masters is backed with a 60 Day No Questions Asked Money Back Guarantee. If within the first 60 days of receipt you are not satisfied with Wake Up Lean™, you can request a refund by sending an email to the address given inside the product and we will immediately refund your entire purchase price, with no questions asked.
Description:
“Imagine having within your hands the complete synthesis of
the Great Works of the Grand Masters….a condensed version
of the secret teachings of success…the distilled essence
of living an extraordinary and truly fulfilling life.”
You’ll get fresh news, offers and updates before everybody else. Thanks!
Dear Friend,
// ” : “”;
var sEndBold = bBold ? “” : “”;
var sItalic = bItalic ? “” : “”;
var sEndItalic = bItalic ? “” : “”;
var sUnderline = bUnderline ? “” : “”;
var sEndUnderline = bUnderline ? “” : “”;
dt_weekday0 = “Sunday”;
dt_weekday1 = “Monday”;
dt_weekday2 = “Tuesday”;
dt_weekday3 = “Wednesday”;
dt_weekday4 = “Thursday”;
dt_weekday5 = “Friday”;
dt_weekday6 = “Saturday”;
dt_month1 = “January”;
dt_month2 = “February”;
dt_month3 = “March”;
dt_month4 = “April”;
dt_month5 = “May”;
dt_month6 = “June”;
dt_month7 = “July”;
dt_month8 = “August”;
dt_month9 = “September”;
dt_month10 = “October”;
dt_month11 = “November”;
dt_month12 = “December”;
dt_abbreviation1 = “Jan.”;
dt_abbreviation2 = “Feb.”;
dt_abbreviation3 = “Mar.”;
dt_abbreviation4 = “Apr.”;
dt_abbreviation5 = “May”;
dt_abbreviation6 = “Jun.”;
dt_abbreviation7 = “Jul.”;
dt_abbreviation8 = “Aug.”;
dt_abbreviation9 = “Sep.”;
dt_abbreviation10 = “Oct.”;
dt_abbreviation11 = “Nov.”;
dt_abbreviation12 = “Dec.”;
dt_stampStringDate = “dt_thisWeekdayName + ‘, ‘ + dt_thisMonthName + ‘ ‘ + dt_thisDayOfMonth + ‘, ‘ + dt_thisYear”;
dt_stampStringTime = “dt_thisShortHour + ‘:’ + dt_thisMinute + ‘ ‘ + dt_thisPeriod”;
function dt_formatShortYear(nShortYear)
{
var strShortYear = nShortYear.toString();
if ( strShortYear.length == 1 )
strShortYear = ‘0’ + strShortYear;
return strShortYear;
}
function dt_getDateValues()
{
var dt_mainDate = new Date();
dt_thisYear = dt_mainDate.getFullYear();
dt_thisShortYear = dt_thisYear%100;
dt_thisMonth = dt_mainDate.getMonth() + 1;
dt_thisDayOfMonth = dt_mainDate.getDate();
dt_thisDayOfWeek = dt_mainDate.getDay();
dt_thisMonthName = eval(“dt_month”+dt_thisMonth);
dt_thisMonthAbbr = eval(“dt_abbreviation”+dt_thisMonth);
dt_thisWeekdayName = eval(“dt_weekday”+dt_thisDayOfWeek);
}
function dt_getTimeValues()
{
var dt_mainTime = new Date();
dt_thisPeriod = “AM”;
dt_thisMinute = dt_mainTime.getMinutes();
if(dt_thisMinute<10) dt_thisMinute = "0" + dt_thisMinute;
dt_thisLongHour = dt_mainTime.getHours();
dt_thisShortHour = dt_thisLongHour
if(dt_thisShortHour>12)
{
dt_thisShortHour = dt_thisShortHour – 12;
dt_thisPeriod = “PM”;
}
if(dt_thisShortHour == 12)
dt_thisPeriod = “PM”;
if(dt_thisShortHour == 0)
{
dt_thisShortHour = dt_thisShortHour + 12;
dt_thisPeriod = “AM”;
}
}
function dt_formatDate()
{
dt_getDateValues();
dt_getTimeValues();
dt_dateString = eval(dt_stampStringDate);
dt_timeString = eval(dt_stampStringTime);
dt_stampString = dt_dateString + ” ” + dt_timeString;
return dt_stampString;
}
dt_writeThis = ‘