/**
 * login.js
 * @version 		1.0
 * @dependencies 	jQuery 1.3+, jQuery cookie plug-in (included)
 * @author 			SheaKai
 *
 * @description Check myjs persistant cookie, if non exists, display none. bundle with cookie reading plugin
 *
 * Plugin jcookie
 * Get the value of a cookie with the given name.
 *
 * @example $.cookie('the_cookie');
 * @desc Get the value of a cookie.
 *
 * @param String name The name of the cookie.
 * @return The value of the cookie.
 * @type String
 *
 * @name $.cookie
 * @cat Plugins/Cookie
 * @author Klaus Hartl/klaus.hartl@stilbuero.de
 */
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}('(8($){2 e={"m":"13","5":"","q":"J://14.K.L","A":M,"B":"J://15.K.L","4":"16","N":8(s){2 a=$.4(s.4);a=a.17(/\\+/g,\' \');2 b=\'<b>18, \'+a+\'</b>&6;&6;(<a o="\'+s.q+\'/C/19.v">1a</a>&6;|&6;<a o="\'+s.q+\'/C/1b.v?m=\'+s.m+\'">1c</a>)\';3(s.A==p){3(s.5!=""){s.5=\'?\'+s.5}b=\'<a o="\'+s.B+s.5+\'" O="w x">P Q w x</a>&6;|&6;\'+b}n b},"R":8(s){2 a=\'<a o="\'+s.q+\'/C/1d.v?m=\'+s.m+s.5+\'">1e</a>&6;|&6;1f 1g? <a o="\'+s.q+\'/1h/1i-1j.v?m=\'+s.m+\'">1k 1l</a>\';3(s.A==p){3(s.5!=""){s.5=\'?\'+s.5}a=\'<a o="\'+s.B+s.5+\'" O="w x">P Q w x</a>&6;|&6;\'+a}n a}};2 f={"S":8(a){2 b=7.T;3(a){$.1m(p,e,a)};2 c=$(7);2 s=f.U=e;n 7.1n(8(){f.D.r(c,[s.4,p]);$(7).1o().1p(V)})},"D":8(c,a){2 s=f.U;c=$.4(c)||$.4(s.4);2 b=7.T;2 d="";3(t(c)!="W"&&c!=E){d=s.N.r(7,[s])}u{d=s.R.r(7,[s])}3(a==p){7.1q(d);1r(\'$("\'+b+\'").F("D",M,p);\',1s)}n d},"1t":8(){}};$.1u.F=8(a){3(f[a]){n f[a].r(7,1v.1w.1x.1y(X,1))}u 3(t a===\'1z\'||!a){n f.S.r(7,X)}u{$.1A(\'1B \'+a+\' 1C 1D 1E 1F y.F\')}}})(y);y.4=8(a,b,c){3(t b!=\'W\'){c=c||{};3(b===E){b=\'\';c.9=-1}2 d=\'\';3(c.9&&(t c.9==\'Y\'||c.9.Z)){2 e;3(t c.9==\'Y\'){e=1G 1H();e.1I(e.1J()+(c.9*1K*10*10*V))}u{e=c.9}d=\'; 9=\'+e.Z()}2 f=c.G?\'; G=\'+(c.G):\'\';2 g=c.H?\'; H=\'+(c.H):\'\';2 h=c.11?\'; 11\':\'\';z.4=[a,\'=\',1L(b),d,f,g,h].1M(\'\')}u{2 j=E;3(z.4&&z.4!=\'\'){2 k=z.4.1N(\';\');1O(2 i=0;i<k.I;i++){2 l=y.1P(k[i]);3(l.12(0,a.I+1)==(a+\'=\')){j=1Q(l.12(a.I+1));1R}}}n j}};',62,116,'||var|if|cookie|extra_param|nbsp|this|function|expires|||||||||||||site|return|href|true|myjs_url|apply||typeof|else|php|JobStreet|Home|jQuery|document|goto_home|home_url|home|checkCookie|null|jbstLogin|path|domain|length|http|jobstreet|com|false|formatDisplayName|title|Go|to|formatDisplayNull|init|selector|settings|1000|undefined|arguments|number|toUTCString|60|secure|substring|my|myjobstreet|www|MOTSUC|replace|Hi|logout|Logout|help|Help|login|Login|New|User|registration|quick|register|Sign|Up|extend|each|hide|fadeIn|html|setTimeout|10000|destroy|fn|Array|prototype|slice|call|object|error|Method|does|not|exist|on|new|Date|setTime|getTime|24|encodeURIComponent|join|split|for|trim|decodeURIComponent|break'.split('|'),0,{}));



/**
 * Initialization.
 */
jQuery(document).ready(function(){
	var options = {
			"myjs_url":"http://myjobstreet.jobstreet.com.ph",
			"site":"ph"
	};
	jQuery('#loginContainer').jbstLogin(options);
});
