if (document.location.href.toLowerCase().substr(0, 27) == "http://www.totaltopjobs.com" || document.location.href.toLowerCase().substr(0, 23) == "http://totaltopjobs.com") document.location.href = "http://recruiter.totaljobs.com";

//Used on the Recruiter homepage and the Self-Service jobpackintro and jobpostintro pages.
//Opens a flash tutorial in a new window. If user does not have flash, they are prompted to install it.
function ShowFlashTutorial()
{
    window.open("http://recruiter.totaljobs.com/recruitment/tutorial/tjtutorial.html","","width=780,height=450");
}