﻿$(document).ready(function() {

    //PNG Fix
	$(document).pngFix(); 

    //Cycle Header
	$('.promo').cycle({
		fx: 'fade'
	});
});