eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(6($){$.1g.1w=6(o){o=$.1f({r:n,x:n,N:n,17:q,J:n,L:1a,16:n,y:q,u:12,H:3,B:0,k:1,K:n,I:n},o||{});8 G.R(6(){p b=q,A=o.y?"15":"w",P=o.y?"t":"s";p c=$(G),9=$("9",c),E=$("10",9),W=E.Y(),v=o.H;7(o.u){9.1h(E.D(W-v-1+1).V()).1d(E.D(0,v).V());o.B+=v}p f=$("10",9),l=f.Y(),4=o.B;c.5("1c","H");f.5({U:"T",1b:o.y?"S":"w"});9.5({19:"0",18:"0",Q:"13","1v-1s-1r":"S","z-14":"1"});c.5({U:"T",Q:"13","z-14":"2",w:"1q"});p g=o.y?t(f):s(f);p h=g*l;p j=g*v;f.5({s:f.s(),t:f.t()});9.5(P,h+"C").5(A,-(4*g));c.5(P,j+"C");7(o.r)$(o.r).O(6(){8 m(4-o.k)});7(o.x)$(o.x).O(6(){8 m(4+o.k)});7(o.N)$.R(o.N,6(i,a){$(a).O(6(){8 m(o.u?o.H+i:i)})});7(o.17&&c.11)c.11(6(e,d){8 d>0?m(4-o.k):m(4+o.k)});7(o.J)1p(6(){m(4+o.k)},o.J+o.L);6 M(){8 f.D(4).D(0,v)};6 m(a){7(!b){7(o.K)o.K.Z(G,M());7(o.u){7(a<=o.B-v-1){9.5(A,-((l-(v*2))*g)+"C");4=a==o.B-v-1?l-(v*2)-1:l-(v*2)-o.k}F 7(a>=l-v+1){9.5(A,-((v)*g)+"C");4=a==l-v+1?v+1:v+o.k}F 4=a}F{7(a<0||a>l-v)8;F 4=a}b=12;9.1o(A=="w"?{w:-(4*g)}:{15:-(4*g)},o.L,o.16,6(){7(o.I)o.I.Z(G,M());b=q});7(!o.u){$(o.r+","+o.x).1n("X");$((4-o.k<0&&o.r)||(4+o.k>l-v&&o.x)||[]).1m("X")}}8 q}})};6 5(a,b){8 1l($.5(a[0],b))||0};6 s(a){8 a[0].1k+5(a,\'1j\')+5(a,\'1i\')};6 t(a){8 a[0].1t+5(a,\'1u\')+5(a,\'1e\')}})(1x);',62,96,'||||curr|css|function|if|return|ul|||||||||||scroll|itemLength|go|null||var|false|btnPrev|width|height|circular||left|btnNext|vertical||animCss|start|px|slice|tLi|else|this|visible|afterEnd|auto|beforeStart|speed|vis|btnGo|click|sizeCss|position|each|none|hidden|overflow|clone|tl|disabled|size|call|li|mousewheel|true|relative|index|top|easing|mouseWheel|padding|margin|200|float|visibility|append|marginBottom|extend|fn|prepend|marginRight|marginLeft|offsetWidth|parseInt|addClass|removeClass|animate|setInterval|0px|type|style|offsetHeight|marginTop|list|jCarouselLite|jQuery'.split('|'),0,{}))

var DefautmenuID="Defaut";
var  menuTimerv3 =null;
var arrow_down = new Image();
arrow_down.src = "/sg/html/en-us/images/newsite/icon_arrow_d.gif";
var otherRegionShowTime = "3000";

function GenerateSearchLink()
{
	var key = document.getElementById("tbKeyowrd").value;  
	if(key!=""){
		alert('Please provide keywords');
		return false;
	}    
 	var channels = document.getElementById("ChannelObj");
    var subCatID = "";//subCategories.options[subCategories.selectedIndex].value;
    var channelId = channels.options[channels.selectedIndex].value;
    var operator = "Post" ; //Post, Member, Knowledge, Discussion
 
    searchLink = GenerateSearchingQueryURL(operator, key, channelId, subCatID) ; 
    window.location.href = searchLink; 
}

function hideword(){
	document.getElementById("tbKeyowrd").value = "";
}

function OtherRegionClick_2(timeout)
{
	var divCountryBox = document.getElementById("divCountryBox");
    clearTimeout(menuTimerv3);
    if(divCountryBox.style.display=="block")
    {
		document.getElementById('otherRegionImg').src = '/sg/html/en-us/images/newsite/icon_arrow_r.gif';
        divCountryBox.style.display="none";
        divCountryBox.style.visibility ="hidden";
    }
    else
    {
        document.getElementById('otherRegionImg').src = arrow_down.src;
        divCountryBox.style.display="block";
        divCountryBox.style.visibility ="visible";
        showMenuV3_2("divCountryBox","hide",timeout);
    }

}

function showMenuV3_2(menuObjectID,state,TimeOut)
{
    if(DefautmenuID!="Defaut"&&DefautmenuID!=menuObjectID)
    {
         hiddenmenu_2(DefautmenuID);    
    }
    DefautmenuID=menuObjectID;
    var menuObject=document.getElementById(menuObjectID);
    
	if(state =="hide")
	{
       menuTimerv3 =setTimeout("hiddenmenu_2('"+ menuObjectID +"')", TimeOut);
       if(menuObject.parentNode)
        {
        }
      
    }
	else
    {   
         clearTimeout(menuTimerv3);
         menuObject.style.visibility ="visible";
         menuObject.style.display ="block";
         menuObject.style.zIndex=12;
         if(menuObject.parentNode)
        {
            menuObject.parentNode.style.zIndex=12;
        }
    }
}

function hiddenmenu_2(psObjId){
    document.getElementById(psObjId).style.visibility ="hidden";
    document.getElementById(psObjId).style.display ="none";
    if(psObjId == "divCountryBox")
    {
        document.getElementById('otherRegionImg').src = '/sg/html/en-us/images/newsite/icon_arrow_r.gif';
    }
}

$(document).ready(function(){
	var UrlStr = window.location.href;
	
	if(UrlStr.indexOf('/Home-Services/') > 0){
		$('#main_navi_home_services').removeClass('navi-no-selected');
		$('#main_navi_home_services').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Beauty/') > 0){
		$('#main_navi_beauty').removeClass('navi-no-selected');
		$('#main_navi_beauty').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Pets/') > 0){
		$('#main_navi_pets').removeClass('navi-no-selected');
		$('#main_navi_pets').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Food/') > 0){
		$('#main_navi_food').removeClass('navi-no-selected');
		$('#main_navi_food').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Automotive/') > 0){
		$('#main_navi_auto').removeClass('navi-no-selected');
		$('#main_navi_auto').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Properties/') > 0){
		$('#main_navi_property').removeClass('navi-no-selected');
		$('#main_navi_property').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Weddings/') > 0){
		$('#main_navi_wedding').removeClass('navi-no-selected');
		$('#main_navi_wedding').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Learning-Education/') > 0){
		$('#main_navi_learning').removeClass('navi-no-selected');
		$('#main_navi_learning').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Business-Services/') > 0){
		$('#main_navi_biz').removeClass('navi-no-selected');
		$('#main_navi_biz').addClass('navi-selected');
	}
	else if(UrlStr.indexOf('/Travel/') > 0){
		$('#main_navi_travel').removeClass('navi-no-selected');
		$('#main_navi_travel').addClass('navi-selected');
	}
	else{
		$('#main_navi_home').removeClass('navi-no-selected');
		$('#main_navi_home').addClass('navi-selected');
	}
	
	var strSubcat = $("#breadCrumb>.fix>b>a");
	var strSubcatText = strSubcat.text();
	if(strSubcatText.length > 20){
		strSubcatText = strSubcatText.substr(0, 20) + "...";
		strSubcat.text(strSubcatText);
	}
});

$(document).ready(function(){
	$("#latest_ads .ad_box").hover(
		function(){
			$(this).css("background-color", "#FF8812");
			$(this).children(".text").children("a").children(".ad_title, .intro").css("color", "#FFFFFF");
			$(this).children(".image").children("a").children("img").css("border-color", "#FFFFFF");
		},
		function(){
			$(this).css("background-color", "#f1f1f1");
			$(this).children(".text").children("a").children(".ad_title").css("color", "#00509A");
			$(this).children(".text").children("a").children(".intro").css("color", "#000000");
			$(this).children(".image").children("a").children("img").css("border-color", "#FF8812");
		}
	);
});
