jQuery (function (){
	
	eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||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}('0(".1 .2, #3-4").5("6")',7,7,'jQuery|logoads|ads|main|content|corner|5px'.split('|'),0,{}))
	
	$(".topNav ul li").hover(
		function () {
			if ($(this).hasClass("first")){
				$(this).addClass("first_selected");
			}else{
				$(this).addClass("hover");
			}
		}, 
		function () {
			if ($(this).hasClass("first")){
				$(this).removeClass("first_selected");
			}else{
				$(this).removeClass("hover");
			}
		}
	);
	
	$(".widget_body ul li").hover(
		function () {
			if ($.browser.mozilla){
				$(this).addClass("mouse_over");
			}
		}, 
		function () {
			if ($.browser.mozilla){ $(this).removeClass("mouse_over"); }
		}
	);

	eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||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}('$(".0 .1 2.3-4").5("6");',7,7,'post|postdetail|a|more|link|corner|3px'.split('|'),0,{}))
	eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||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}('$(".0 .1 2.3-4, .5").6("7");',8,8,'post|postdetail|a|more|link|button|corner|6px'.split('|'),0,{}))
	eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};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 .3 .4 .5").0("1 6").7().8(\'9\',\'a\').0("1 b");',12,12,'corner|round|round_pane|round_Preview|round_Inside|round_Inside2|5px|parent|css|padding|1px|6px'.split('|'),0,{}))
	
	eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||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}('$(".0 1, .0 2").3("4");',5,5,'fotNav|a|span|corner|6px'.split('|'),0,{}))	
	var content = $("#content").height();
	var mainObj = $("#main-wrap").height();
	var postObj = $("#post-sidebar").height ();
	var widgetS = $("#wrap-widget").height ();
	var adSpace = content - mainObj; 
	var postTag = mainObj-postObj;
	var metaHeight = content-widgetS;
	
	$("#wrap-one").height(mainObj-10)
	$("#wrap-tags").height(postTag-26);
	
	
})
