$(function() {
// BOF
	
	
// HOMEBOX CYCLERS - weak path to twitter li's
	
	$('.ngg-widget').cycle({ 

    fx:     'fade', 
    speed:   800, 
    timeout: 7000, 
    next:   '#s3', 
    pause:   1 
    
	});
	
	
	$('.homebox .homeboxContent div ul, .sidebox .sideboxContent div ul').cycle({ 

    fx:     'fade', 
    speed:   800, 
    timeout: 8000, 
    next:   '#s3', 
    pause:   1 
	});
	
	
	
	
/* INJECT PROMO LINK HOMNEBOX TITLE
 */
	
	$(".widget_recent_entries h2").wrap("<a href='site/blog'></a>");

	$(".MailPress_widget h2").wrap("<a href='site/promo'></a>");

	$(".gigpress_widget h2").wrap("<a href='site/shows'></a>");
	
	
/* HOMEPAGE FLASH
 */
  

	$('#homeflash').flash({
		swf: 'http://localhost:8888/dj site template/wordpress/wp-content/themes/cheeba/swf/DJCheebaHomeVideo.swf',
		height: '420px',
		width: '960px',
		
		flashvars: {
		headline: 'jQuery',
		name2: 'SWFObject'
		
	}	
  });
/* ADDS ROUNDED CORNERS  
  
  $('#header, #footerContent, #homeColumn, #homeContentContainer, #mainColumn, #rightWidgetSidebar .widget, #photoColumn, .homebox, #homepageHero, #HeroImageContainer').corners("5px");
  
  
  $('#nav a, #subnav a').corners("2px");
  
 */ 
  
// BIGGER WIDGET LINKS


 $('.gigpress-listing li').biggerlink({clickableclass:'clickableclassStyle',hoverclass:'hoverclassStyle'});
// EOF  
});