$(document).ready(function(){
    $('#footer .content.footer .column.one').cycle({
        random: 1,
        timeout: 0,
        width: '620px',
        fit: 1,
        next: '.footer-quote'
    });
    
    //$("a.sponsor-link").fancybox({
    //		'type'	:	'iframe',
    //		'width'		:	735, 
    //		'height'		:	350
    //	});
    
        $("a.sponsor-link").fancybox({
        		'type'	:	'iframe',
        		'width'		:	725, 
        		'height'		:	750
        	});
    
});
