$(document).ready(function(){var f,a,c,e,d;setCookie();$("#site-container #content-container .four-col-feature .product-details #product-lessons ul li span:last-child").addClass("btn");$("#site-container #content-container .four-col-feature .product-details .download-pdf span").mouseover(function(){$(this).css({"text-decoration":"underline"})}).mouseout(function(){$(this).css({"text-decoration":"none"})});$("#site-container #content-container #three-one-cols #three-cols #mywealth-benefits div:nth-child(2)").css("padding","0px 0px 30px 0px");var b=$("#site-container #content-container #three-one-cols #three-cols #mywealth-benefits .benefit").size();$("#site-container #content-container #three-one-cols #three-cols #mywealth-benefits div:nth-child("+b+")").css("padding","0px");$("#site-container #content-container .four-col-feature .product-details .download-pdf").click(function(){e="media/pdf/"+this.id+".pdf";winOptions={name:"myWealthCoursePdf",urlpath:e};openNewWin(winOptions)});$("#site-container #content-container .four-col-feature .product-details .product-buy #purchase-btn img").mouseover(function(){$(this).attr("src","media/img/ui/btns/btn-enrollnow2-on.png")}).mouseout(function(){$(this).attr("src","media/img/ui/btns/btn-enrollnow2-off.png")});$("#site-container #content-container #three-one-cols #three-cols #got-questions #contact img").mouseover(function(){$(this).attr("src","media/img/ui/btns/btn-contact-on.png")}).mouseout(function(){$(this).attr("src","media/img/ui/btns/btn-contact-off.png")});$("#site-container #content-container #three-one-cols #productTable table tr#btns img").mouseover(function(){thePath="media/img/ui/btns/"+$(this).attr("class")+"-on.png";$(this).attr("src",thePath)}).mouseout(function(){thePath="media/img/ui/btns/"+$(this).attr("class")+"-off.png";$(this).attr("src",thePath)});$("#site-container #content-container .four-col-feature .forum-details .product-buy #purchase-btn img").mouseover(function(){$(this).attr("src","media/img/ui/btns/btn-enrollnow2-on.png")}).mouseout(function(){$(this).attr("src","media/img/ui/btns/btn-enrollnow2-off.png")});$("#site-container #content-container .four-col-feature .product-details #product-lessons ul li span:last-child").mouseover(function(){$(this).css({"text-decoration":"underline"})}).mouseout(function(){$(this).css({"text-decoration":"none"})});$("#site-container #content-container .four-col-feature .product-details #product-lessons ul li span:last-child").click(function(){d=$("#default-video").html();vidPlayer.sendEvent("STOP");vidPlayer.sendEvent("LOAD",generateVideoName(d));vidPlayer.sendEvent("PLAY");return false});$("#site-container #content-container .four-col-feature .product-details .product-buy, #site-container #content-container #three-one-cols #productTable table tr#btns img.btn-enrollnow").click(function(){a=$("#site-container #content-container .four-col-feature .product-details .product-buy").attr("id");c=a.substring(a.indexOf("-")+1,a.length);thePath="https://www.e-junkie.com/ecom/gb.php?c=cart&i="+c+"&cl=29055&ejc=2";winOptions={target:"_blank",name:"mywealthCart",urlpath:thePath};openNewWin(winOptions)});$("#site-container #content-container #three-one-cols #productTable table tr#btns img").not(".btn-enrollnow").click(function(){a=$(this).parent().attr("id");thePath=a+".php";goToURL(thePath)});$(".video-module #video-player #get-flash").click(function(){thePath="http://www.adobe.com/go/getflashplayer";winOptions={target:"_blank",name:"getFlash",urlpath:thePath};openNewWin(winOptions)});$("#site-container #content-container #three-one-cols #three-cols #got-questions #contact").click(function(){a=this.id;thePath=a.substring(a.indexOf("-")+1,a.length)+".php";goToURL(thePath)});$("#site-container #content-container .four-col-feature .product-details div:last-child").css("padding","0");createPlayer("vidPlayer1",generateVideoName($("#default-video").html()))});var vidPlayer=null;var videoFileName;var videoPrefix="../video/";function generateVideoName(a){videoFileName=null;a?doNothing():a="myWealth-comingsoon";videoFileName=videoPrefix+a+".flv";return videoFileName}function playerReady(a){vidPlayer=document.getElementById(a.id)}function createPlayer(c,d){var a={file:d,autostart:"false",image:"http://www.mywealth.com/media/img/ui/vidlogo.png"};var e={allowfullscreen:"true",allowscriptaccess:"always"};var b={id:c,name:c};swfobject.embedSWF("media/swf/player-licensed.swf","video-player","470","320","9.0.115",false,a,e,b)};