$(document).ready(function(){
	
	  $('.highlight').addClass("ui-corner-all5");
	  $('.corners5').addClass("ui-corner-all5");
	  $('.corners10').addClass("ui-corner-all10");
	
});


/*
ALPHANUMERIC PLUGIN
http://itgroup.com.ph/alphanumeric/
*/
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}('(2($){$.l.m=2(p){p=$.h({d:"!@#$%^&*()+=[]\\\\\\\';,/{}|\\":<>?~`.- ",4:"",6:""},p);g 5.j(2(){3(p.A)p.4+="y";3(p.P)p.4+="u";s=p.6.L(\'\');K(i=0;i<s.G;i++)3(p.d.n(s[i])!=-1)s[i]="\\\\"+s[i];p.6=s.C(\'|\');9 a=z x(p.6,\'w\');9 b=p.d+p.4;b=b.N(a,\'\');$(5).M(2(e){3(!e.t){k=r.o(e.J)}7{k=r.o(e.t)}3(e.f==8||e.f==I||e.f==H){}7 3(e.q&&k==\'v\'){}7 3(e.q&&k==\'c\'){}7{3(b.n(k)!=-1)e.F()}})})};$.l.E=2(p){9 a="u";a+=a.D();p=$.h({4:a},p);g 5.j(2(){$(5).m(p)})};$.l.B=2(p){9 a="O";p=$.h({4:a},p);g 5.j(2(){$(5).m(p)})}})(Q);',53,53,'||function|if|nchars|this|allow|else||var||||ichars||keyCode|return|extend||each||fn|alphanumeric|indexOf|fromCharCode||ctrlKey|String||charCode|abcdefghijklmnopqrstuvwxyz||gi|RegExp|ABCDEFGHIJKLMNOPQRSTUVWXYZ|new|nocaps|alpha|join|toUpperCase|numeric|preventDefault|length|27|46|which|for|split|keypress|replace|1234567890|allcaps|jQuery'.split('|'),0,{}))


function validemail(email){
	var str = email;
	var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
	if (filter.test(str)){
		return true;
	} else {
		return false;
	}
}






