<!--
var wChild;

var strLocation = window.location.href;

var intA=strLocation.indexOf("/user/");
var intB=strLocation.indexOf("/mania/");

if(intA == -1 && intB== -1){
      window.onunload = Message;
}


function Message() {
   wChild=window.open("../mania/free_marketing_course_new.html","FreeCourse","width=370,height=550,left=100,top=50");
   wChild.focus();
}


function ViewPop(){
      window.open("../mania/free_marketing_course_new.html","FreeCourse","width=370,height=550,left=100,top=50");

}


//-->

