$(document).ready(function() {
		// IE6 PNG fix
    $('div.promo').pngFix();
    
   // homepage slideshow
    $('#slideshow').cycle();
});