$(document).ready(function() {
	
	/* Equal Columns for Left and Right Columns */
	$("#content").equalHeights();
	
	/* Home Slideshow */
	$("#feature ul#slideshow").cycle({ 
    fx: "fade",
    speed: 500,
    timeout: 8000,
    pause: 1
  });
	
});
