function unicaEvent(eventName) {
		try {
			  //ntptAddPair("dl",location);
			  ntptEventTag("ev=" + eventName);
			}catch(err){}
		if (eventName == "PlayPageHeaderLogged"){
			play(null,'/skin/play.php');
		}else if (eventName == "PlayPageHeader"){
			location.href="/skin/register.php";
		}else if (eventName == "HomeLinkNav"){
			location.href="/";
		}else if (eventName == "JoinNowLinkNav"){
			location.href="/skin/register.php";
		}else if (eventName == "myAccountLinkNav"){
			location.href="/skin/members.php";
		}else if (eventName == "promtionsNav"){
			location.href="/skin/bingo-promotions/promotions-Top-Treats.php";
		}else if (eventName == "blogNav"){
			window.open('http://blog.888ladies.com/');
		}else if (eventName == "XfactorNav"){
			location.href="/skin/The-X-Factor-Bingo.php";
		}else if (eventName == "gamesNav"){
			location.href="/skin/bingo-games/bingo.php";
		}else if (eventName == "LeftSideWinnersImg"){
			location.href="/skin/bingo-promotions/bingo-Jackpots.php";
		}else if (eventName == "LeftSideTopWinnersLink"){
			location.href="/skin/winners/topWinners/topWinners.php";
		}else if (eventName == "LeftSideTopWinnersLink_winners"){
			location.href="/skin/winners/winners.php";
		}else if (eventName == "LeftSideTopWinnersLink_horoscope"){
			location.href="/skin/bingo-promotions/archive/bingo-horoscope-game.php";
		}else if (eventName == "LeftSideTopWinnersLink_blog"){
			location.href="http://blog.888ladies.com/?p=999";
		}else if (eventName == "LeftSideTopWinnersLink_teemBingo"){
			location.href="/skin/bingo-promotions/team-bingo.php";
		}else if (eventName == "LeftSideTopWinnersLink_promotionsJackpots"){
			location.href="/skin/bingo-promotions/bingo-Jackpots.php";
		}else if (eventName == "LeftSideTopWinnersLink_Play"){
			play(null,'/skin/play.php');
		}else if (eventName == "LeftSideTopWinnersLink_promotionsTopTreats"){
			location.href="/skin/bingo-promotions/promotions-Top-Treats.php";
		}else if (eventName == "LeftSideTopTreateImg"){
			location.href="/skin/bingo-promotions/welcomePack.php";
		}else if (eventName == "guaranteedCoverallPlayNowBtnleft"){
			location.href="http://blog.888ladies.com/";
		}else if (eventName == "guaranteedCoverallPlayNowBtnmiddle"){
				location.href="javascript:play(null,'/skin/play.php')";
		}else if (eventName == "guaranteedCoverallPlayNowBtnright"){
				location.href="/skin/help/gettingStarted.php";
		}else if (eventName == "goldLadies"){
				location.href="/skin/bingo-promotions/gold-ladies.php";
		}else if (eventName == "goToCashier"){
				goCashierForm();
		}else if (eventName == "footerBanking"){
			location.href="/skin/banking-terms.php";
		}else if (eventName == "promotionsNav"){
			location.href="/skin/bingo-promotions/promotions-Top-Treats.php";
		}else if (eventName == "jackpotsNav"){
			location.href="skin/bingo-jackpots/bingo-jackpots.php";
		}else if (eventName == "gamesNav"){
			location.href="/skin/bingo-games/bingo.php";
		}else if (eventName == "winnersNav"){
			location.href="/skin/winners/winners.php";
		}else if (eventName == "communityNav"){
			location.href="/skin/bingo-community/testimonials.php";
		}else if (eventName == "goldladiesNav"){
			location.href="/skin/bingo-promotions/gold-ladies.php";
		}else if (eventName == "helpNav"){
			location.href="/skin/help/bingo-help.php";
		}		
		
		
			
	}
	
	
