
/* Cycle Images in Header */
$(document).ready(function(){
	$('#promo').cycle({ 
	    fx:      'fade', 
	    speed:    5000, 
	    timeout:  500 
	});
});


$(function(){
    $('a.new').click(function(){
        window.open(this.href);
        return false;
    });
});