// JavaScript for fade effects$("body").ready(function () {	  $("#what").fadeIn(1500);	  	  $("#footer").fadeIn(1500);});// JavaScript for colorbox effect$(document).ready(function(){	$("#inline-qwest-bmg-vid").colorbox({innerWidth:"400", innerHeight:"230", inline:true, href:"#qwest-bmg-vid"});	$("#inline-r5-vid").colorbox({width:"414", height:"316", inline:true, href:"#r5-vid"});	$("a[href='http://coloradansforsensiblesolutions.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://telocitygroup.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://accantosystems.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.accantosystems.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.nabcap.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://nabcap.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://therightsfive.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.therightsfive.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.welltok.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.ouraysportswear.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.dpsfoundation.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://skytel.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.ikoninc.net/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.imagedocusa.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.pinnacol.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.designatedbeneficiaries.com/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.artreachdenver.org/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.lfsco.org/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://pebc.org/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://ednewscolorado.org/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.boettcherteachers.org/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://atlasprep.org/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.artreachdenver.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://artreachdenver.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.kinkennoncommunications.com']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://ednewscolorado.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://pebc.org']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://www.boettcherteachers.org/']").colorbox({width:"92%", height:"92%", iframe:true});	$("a[href='http://denverfoundation.org/page10001752.cfm']").colorbox({width:"92%", height:"92%", iframe:true});});// JavaScript for slideshows$(function() {    $('#slideshow').cycle({        fx:      'fade',        timeout:  0,        prev:    '#prev',        next:    '#next',        pager:   '#pager',        pagerAnchorBuilder: 'pagerFactory'    });    $('#IDshow').cycle({        fx:      'fade',        timeout:  5000,		speed:	  1500,        pager:   '#pager2',		pagerEvent: 'mouseover',		pagerAnchorBuilder: 'pagerFactory'    });    $('#IDshow3').cycle({        fx:      'fade',        timeout:  5000,		speed:	  1500,        pager:   '#pager3',		pagerEvent: 'mouseover',        pagerAnchorBuilder: 'pagerFactory'    });    $('#IDshow4').cycle({        fx:      'fade',        timeout:  5000,		speed:	  1500,        pager:   '#pager4',		pagerEvent: 'mouseover',        pagerAnchorBuilder: 'pagerFactory'    });    $('#IDshow5').cycle({        fx:      'fade',        timeout:  5000,		speed:	  1500,        pager:   '#pager5',		pagerEvent: 'mouseover',        pagerAnchorBuilder: 'pagerFactory'    });    $('#IDshow6').cycle({        fx:      'fade',        timeout:  5000,		speed:	  1500,        pager:   '#pager6',		pagerEvent: 'mouseover',        pagerAnchorBuilder: 'pagerFactory'    });//slide show events for the Event section//#event1    $('#event1').cycle({        fx:      'fade',        timeout:  0    });//function for buttons to cue up new slide	$('#event1-btn1').click(function() { 		$('#event1').cycle(0); 		return false; 	});  	$('#event1-btn2').click(function() { 		$('#event1').cycle(1); 		return false; 	});  	$('#event1-btn3').click(function() { 		$('#event1').cycle(2); 		return false; 	});  	$('#event1-btn4').click(function() { 		$('#event1').cycle(3); 		return false; 	});  	$('#event1-btn5').click(function() { 		$('#event1').cycle(4); 		return false; 	});  //#event2    $('#event2').cycle({        fx:      'fade',        timeout:  0    });	//function for buttons to cue up new slide	$('#event2-btn1').click(function() { 		$('#event2').cycle(0); 		return false; 	});  	$('#event2-btn2').click(function() { 		$('#event2').cycle(1); 		return false; 	});  	$('#event2-btn3').click(function() { 		$('#event2').cycle(2); 		return false; 	});  	$('#event2-btn4').click(function() { 		$('#event2').cycle(3); 		return false; 	});  	$('#event2-btn5').click(function() { 		$('#event2').cycle(4); 		return false; 	});  //#event3	$('#event3').cycle({        fx:      'fade',        timeout:  0    });	//function for buttons to cue up new slide	$('#event3-btn1').click(function() { 		$('#event3').cycle(0); 		return false; 	});  	$('#event3-btn2').click(function() { 		$('#event3').cycle(1); 		return false; 	});  	$('#event3-btn3').click(function() { 		$('#event3').cycle(2); 		return false; 	});  	$('#event3-btn4').click(function() { 		$('#event3').cycle(3); 		return false; 	});  	$('#event3-btn5').click(function() { 		$('#event3').cycle(4); 		return false; 	});  //#event4    $('#event4').cycle({        fx:      'fade',        timeout:  0    });	//function for buttons to cue up new slide	$('#event4-btn1').click(function() { 		$('#event4').cycle(0); 		return false; 	});  	$('#event4-btn2').click(function() { 		$('#event4').cycle(1); 		return false; 	});  	$('#event4-btn3').click(function() { 		$('#event4').cycle(2); 		return false; 	});  	$('#event4-btn4').click(function() { 		$('#event4').cycle(3); 		return false; 	});  	$('#event4-btn5').click(function() { 		$('#event4').cycle(4); 		return false; 	});  //function to create pager btns    function pagerFactory(idx, slide) {        var s = idx > 2 ? ' style="display:none"' : '';        return '<li'+s+'><a href="#">'+(idx+1)+'</a></li>';    };    });