// Slideshow effect on the homepage
		$(function() {
    	$('#s1').cycle('fade');
		});
		
// Rounded corners
		$(function(){
			$("div.rounded").corner("round 10px")
		});

// Fix PNG files in IE 6
    	$(document).ready(function(){ 
      	  $(document).pngFix(); 
    	}); 

// Cufon font replace
        Cufon.replace('.flash-title');

