$(function(){

// initializing smfboxes

	$('.launch').smfbox();				   	   
	$('.launchlg').smfbox({
		boxClass:'buzzfakes'
	});	
	$('.launchlong').smfbox({
		boxClass:'longimg'
	});
	$('.launch2box').smfbox({
		boxClass:'summit2box'
	});
	$('.kelly').smfbox({
		boxClass:'kelly'
	});
	$('.launchlg').smfbox({
		boxClass:'buzzfakes'
	});
	
	$('.launchlong').smfbox({
		boxClass:'longimg'
	});
	$('.videobuzz').smfbox({
		boxClass:'videos1'
	});
	$('.videobuzz1').smfbox({
		boxClass:'videos2'
	});
	$('.launchtall').smfbox({
		boxClass:'launchtall'
	});
	
// initializing cycle plug-in

	$('.slideshow').cycle({ 
		fx:     'fade', 
		speed:  'slow', 
		timeout: 5000, 
		next:   '#next2', 
		prev:   '#prev2',
		pager: '#pager',
		pagerAnchorBuilder: function(idx, slide) { 
        // return selector string for existing anchor 
        return '#pager li:eq(' + idx + ') a'; 
    } 
	});	

}); // end of document ready



