// JavaScript Document
$(document).ready(function(){
						  // alert('a');
	//
	//alert('b');
	/*var showdiv=$("body > div:eq(1)");
	var showdivhei=$(showdiv).height();
	if(showdivhei>624){
		showdivhei=showdivhei/2;
		$('#topmid').css({'margin-top':(0-showdivhei),'min-height':showdivhei});
		$('#topmid').prepend("<div></div>");
		$('#topmid > div').css('height',showdivhei+'px');
		$('#contentone').height($('#content').height());
		
	}
	if($.browser.mozilla){
	var mohei=$('#contenttow > div:eq(1)').height();
		if(mohei>220){
			var moheit=mohei+70;
			//alert(moheit);
			$("#contenttow").css('height',moheit);
			$('#contentone').height($('#contenttow').height());//contentfree
			
		}
	}
	if($('#contenttow').height()>270)
	$('#contentfree').height($('#contenttow').height()-25);
	*/
});

