$(document).ready(function(){
	/* ready to use.
	
	$('head').append('<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>');
	$('head').append('<style> #mainmanage_fanpage div{float:left;}#fanpageWrap{background-color:white; width:300px; display:none;} #buttonLikeFB IMG{margin-left:10px; margin-top:170px;} #buttonLikeFB IMG:HOVER{cursor: pointer; opacity:0.5}</style>');
	$('body')
	.append('<div id="mainmanage_fanpage" style="width:400px; top:15%; left:0px; position:fixed;"><div id="fanpageWrap"><fb:like-box href="http://www.facebook.com/hacogroup" width="300" height="500" show_faces="true" stream="false" header="true"></fb:like-box></div><div id="buttonLikeFB"><img src="facebook.jpg" alt="www.facebook.com/hacogroup" /></div></div>')

	;
	$('#buttonLikeFB').live('click', function(){
		
		if($('#fanpageWrap').is(':visible')){
			$('#fanpageWrap').hide('normal');
		}else{
			$('#fanpageWrap').show('normal');
		}
	});
	
	
	

	
	$('head').append('<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>');
	$('head').append('<style> #mainmanage_fanpage div{float:left;} #fanpageWrap{background-color:white; width:300px;} #buttonLikeFB IMG{margin-left:10px; margin-top:170px;} #buttonLikeFB IMG:HOVER{cursor: pointer; opacity:0.5}</style>');
	$('body')
	.append('<div id="mainmanage_fanpage" style="z-index:99999; width:400px; top:15%; left:0px; position:fixed;"><div id="fanpageWrap"><fb:like-box href="http://www.facebook.com/hacogroup" width="300" height="500" send="false"  show_faces="true" stream="false" header="true"></fb:like-box></div><div id="buttonLikeFB"><img src="_pluginfanpage/facebook.jpg" alt="www.facebook.com/hacogroup" /></div></div>')

	;
	
	
	
	var $positionControl = 300;
	var $first = true;
	$('#buttonLikeFB').live('click', function(){		
		if($positionControl == 300){
			if($first) $('#mainmanage_fanpage').delay(2500).animate({"left":"-300px"},1000,function(){$positionControl -= 300; $first = false; });
			else $('#mainmanage_fanpage').animate({"left":"-300px"},500,function(){$positionControl -= 300;});
	
			
		}else{
			$('#mainmanage_fanpage').animate({"left":"0px"},1000,function(){$positionControl += 300;});
		}
	});

	$('#buttonLikeFB').trigger('click');*/
	

		/*
		 * Like Button.
		 * */
		$like_new_style = '<div id="fb-root" style="z-index:9999;position:fixed;right:0px;bottom:15px;text-align:right;">';
		$like_new_style += '<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://www.facebook.com/hacogroup" send="false" width="350" show_faces="false" font=""></fb:like></div>';
		/*
		 * APPEND TO BODY.
		 * */				
		$('body').append($like_new_style);
	
});




