$(document).ready( function() {

	//TWITTER
	$("#twitter").tweet({
       	query: "%23earthdayrev",
        //query: "%23nowplaying",
        avatar_size: 32,
        count: 2,
        loading_text: "Gathering tweets..."
    });
   
   //MODAL WINDOWS
   $('.revolution').colorbox({width: 850, innerHeight:500, iframe: true, opacity:0.5});
   $('.event').colorbox({width: 850, innerHeight:500, iframe: true, opacity:0.5});
   $('.calendar').colorbox({
		html: '<iframe src="http://www.google.com/calendar/embed?showCalendars=0&amp;showTz=0&amp;mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=p81p6f5s6a39eftg3ec3pd48kc%40group.calendar.google.com&amp;color=%2328754E&amp;ctz=America%2FNew_York" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>',
		width: 800,
		height: 600,
		opacity:0.5
   });
   
   //REASON CYCLE
	$("#reasons").cycle({
		timeout: 0,
	   	next: "#next",
	   	prev: "#prev",
	   	fx: "scrollHorz",
	   	cleartype: true, 
	   	cleartypeNoBg: true
	});
   
   //REASONS NAVIGATION
	$('#reasons-navigation a[rel="all"]').colorbox({width: 850, innerHeight: 500, iframe: true,opacity:0.5});
   
});


