
$(document).ready(function(){
	$("label").inFieldLabels();
	$(".recent_work").mouseenter(function(){
		$(".rw_desc", this).fadeIn(150);
	});
	$(".recent_work").mouseleave(function(){
		$(".rw_desc", this).hide();
	});
	$("#logo").mouseover (function() {
		$(this).attr("src", "http://www.fidanhaziri.com/wp-content/themes/fidanhaziri/images/logo_hover.gif");
		
	});

	$("#logo").mouseout (function() {
		$(this).attr("src", "http://www.fidanhaziri.com/wp-content/themes/fidanhaziri/images/logo.png");
	});
	
	Cufon.replace('.steelfish', { fontFamily: 'steelfish', hover: true });
	Cufon.replace('.widget-title', { fontFamily: 'steelfish', hover: true });
	
});


jQuery(document).ready(function($){
	$('a[href$=".jpg"],a[href$=".JPG"],a[href$=".gif"],a[href$=".GIF"],a[href$=".png"],a[href$=".PNG"],a[href$=".bmp"],a[href$=".BMP"],a[href$=".jpeg"],a[href$=".JPEG"],a[href$=".jpe"],a[href$=".JPE"],a[href$=".swf"],a[href$=".SWF"],')
		.attr('rel', 'gallery')
		.addClass('fancybox');
	
	$("a.fancybox").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	300, 
		'speedOut'		:	100, 
		'overlayShow'	:	true,
		'titlePosition'	: 	'outside',
	});
});


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-8665693-2']);
  _gaq.push (['_gat._anonymizeIp']);
  _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);
  })();
 
 
 
