$(document).ready(function() {
	$(".share").click(function() {
		$(this).next().slideToggle("normal");
		$(this).toggleClass("active");
	}).next().hide();
});

$(window).bind("load", function() {
	// amatomu
	//$.getScript("http://www.amatomu.com/embed.php?cid=9cbfb04453482dc95017a85d88767b8bd486e2fb");

	// afrigator
	//var afrigator = new Image();
	//afrigator.src = "http://www.afrigator.com/track/5-none.gif";

	/*if (!$.browser.msie && !$.browser.opera) {
		window.setTimeout(function() { $('#cloud').fadeTo(3000, 0.4); }, 3000);

		$("#cloud").hover(function() {
			$(this).stop();
			$(this).fadeTo("fast", 1);
		},function() {
			$(this).stop();
			$(this).fadeTo("fast", 0.4);
		});
	};*/
});