/*  MyLeadSystemPRO(R) Website Javascript
 *  (c) 2008-2010 Upward Enterprises, LLC - http://www.mlmleadsystempro.com/
 *  
 *  Distribution of this script is strictly prohibited. 
 *--------------------------------------------------------------------------*/
var mlspTimerSeconds=0;Event.observe(window,"load",function(){new PeriodicalExecuter(function(f){var e=$("mlspTimer_days");var d=$("mlspTimer_hours");var j=$("mlspTimer_mins");var g=$("mlspTimer_secs");var b=mlspTimerSeconds;var h=Math.max(parseInt(b/60/60),0);var i=Math.max(parseInt(b/60/60/24),0);var a=0;var c=0;if(h>=1){if(i>=1){b-=i*24*60*60}h=parseInt(b/60/60);b-=h*60*60}a=Math.max(parseInt(b/60),0);c=Math.max((b%60),0);mlspTimerSeconds--;if(e){e.update(i)}if(d){d.update(h)}if(j){j.update(a)}if(g){g.update(c)}if(mlspTimerSeconds<0){mlspTimerSeconds=0;f.stop();if($("mlspTimer_expire")){$("mlspTimer_expire").update("<h3>This offer has expired.</h3>")}}},1)});
