// Carbon Interaktif JavaScript v1.2 ~ Hazar Karabay

$(document).ready(function() {
		
	$("a[href^='http:']:not([href*='" + window.location.host + "'][target='_blank'])").live('click', function(){
		$(this).attr('target','_blank');
	});
	
	$("#top a").css("opacity","0.40");
			$("#top a").hover(function(){
				$(this).fadeTo(300, "1");
			},function(){
				$(this).fadeTo(300, "0.40");
    });
			
	Cufon.replace('h3, #footer', { fontFamily: 'CuprumFFU', hover: true }); 
	
});

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21190624-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
