jQuery(document).ready(function($){
	$('#filmstrip').jcarousel({
    	wrap: 'circular',
    	animation: '0',
    	speed: 1750,
    	auto: '15'
				});
	$('#latest_news').bxSlider({
		infiniteLoop: true,
		speed: 1750,
		//pager: true,
		auto: true,
		pause: 14000,
		autoDelay: 550
	});
	$('#more_content').bxSlider({
		infiniteLoop: true,
		speed: 1750,
		auto: true,
		pause: 14000,
		autoDelay: 550
	});
	$(".iframelink").colorbox({
		width:"80%",
		height:"90%",
		iframe:true
	});
	$("#freeow").freeow("Support Trevor\'s Law S.76", "<a href='http://www.petition2congress.com/4189/put-childrens-health-above-politics-vote-to-pass-trevors-law-sena/'>Click <strong>HERE</strong> to sign the petition now!</a>", {
	    classes: ["simple", "leaf"],
	    startStyle: {opacity: 1.0, left:"-500px"},
	    hideStyle: {opacity: 0, left:"0px"},
	    autoHide: false
	});

});

