var IE7 = (navigator.userAgent.indexOf("MSIE 7")>=0) ? true : false;

$(document).ready(function(){
		var initialleft=$("#contentLeft").css('width');
		var initialheight=$("#contentmain").height();

    	$('textarea.micro').counter({goal : 255});
    	$('textarea.small').counter({goal : 1024});
        $('textarea.max').counter({goal : 65535});
        if (!IE7) {
	        if ($("#contentRight").height() > $("#contentLeft").height() && $("#contentRight").height() > (screen.height * .8)) {
		        $("#contentLeft").makeFloat({x:"current",y:"current",alwaysTop:true,alwaysVisible:true,speed:'fast',dontX:true});
		        $("#contentLeft").width(initialleft);
		        $(window).resize(function() {
	        		$("#contentLeft").stopFloat();
	        		$("#contentLeft").css({'position':'static'});
	        		$("#contentLeft").css({'width':'20%'});
	        		$("#contentLeft").css({'width':$("#contentLeft").width()});
	        		$("#contentLeft").makeFloat({x:"current",y:"current",alwaysTop:true,alwaysVisible:true,speed:'fast',dontX:true});
        		});
		        $(window).scroll(function() {
					$("#contentLeft").restartFloat();
			    });	
			};
		};
		fixlabels("form > label, form > div > label");
	    $('.sublinks a').dropShadow();
});

Set_Cookie('tz',  new Date().getTimezoneOffset());
