$(document).ready(function($) {
	$('#main_nav').greybackMenu();
	
	$('#block_02 img, #template_link_18 img').colorbox({
		inline:true,
		href:"#video",
		width: 762,
		height: 503,
		title: "About the Ryan Palmer Foundation"
	});

	$('#footer form input').focus(function() {
		if(($(this).val()=="Email Address")||($(this).val()=="First Name")||($(this).val()=="Last Name")||($(this).val()=="Zip Code")||($(this).val()=="Zip Code")){
			$(this).val('');
		}
	});
	
	$('#tweets').getTwitter({
		userName: "RyanPalmerFDN",
		numTweets: 5,
		loaderText: "",
		slideIn: false,
		showHeading: false,
		showProfileLink: false
	});
});