$(document).ready(function (){



$('#slider').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 3000, 
    next:   '#next2', 
    prev:   '#prev2' 
});







$('.tags a, .comment').hover(
										
	function(e) { $(this).hoverFlow (e.type, {top:-5} , 'fast');  }, 
	function(e) { $(this).hoverFlow (e.type, {top:0});  }
	
	
  );


$('.archives a, .links a').hover(
										
	function(e) { $(this).hoverFlow (e.type, {left:5} , 'fast');  }, 
	function(e) { $(this).hoverFlow (e.type, {left:0});  }
	
	
  );



$('#s_form .on_hover').animate({opacity:0, top:0}, 'fast');



$('.go_s').hover(
										
	function(e) {$('#s_form .on_hover').hoverFlow(e.type, { opacity: 100 }, 100);}, 
	function(e) {$('#s_form .on_hover').hoverFlow(e.type, { opacity: 0 }, 100);}
	
	
  );



$('.post_content a').not('a:has(img)').append(' <span>&#8594;</span> ');


$('.tag_box a').hover(
										
	function(e) {$(this).hoverFlow(e.type, { top: -2 }, 100);}, 
	function(e) {$(this).hoverFlow(e.type, { top: 0  }, 'fast');}
	
	
  );


$('.read_comments').hover(
										
	function(e) {$(this).find('span').hoverFlow(e.type, { width: 11 }, 'fast');}, 
	function(e) {$(this).find('span').hoverFlow(e.type, { width: 0  }, 'fast');}
	
	
  );




$('.list li').append('<span class="png marker"></span>');


$('.list li a').hover(
										
	function(e) {$(this).hoverFlow(e.type, { paddingLeft:25  }, 'fast');}, 
	function(e) {$(this).hoverFlow(e.type, { paddingLeft:20  }, 'fast');}
	
	
  );




$('.col ul li a').hover(
										
	function(e) {$(this).hoverFlow(e.type, { paddingLeft: 3 }, 'fast'); }, 
	function(e) {$(this).hoverFlow(e.type, { paddingLeft: 0 }, 'fast'); }
	
	
  );
















});
 
 
 

 
 
 
 

 
 
 
 
 
 
 
 
 
