$(document).ready(function(){
	$().prettyPhoto({theme:'light_square',animationSpeed:'fast',hideflash:false});
});

function sayhello(){
	$.prettyPhoto.open("http://www.coolfiremedia.com/hello?iframe=true&width=500&height=500");
}

function closehello(){
	$.prettyPhoto.close();
}

function sendRSVP(){
	$().prettyPhoto({theme:'light_square',animationSpeed:'fast',hideflash:'false'});
	$.prettyPhoto.open("http://www.coolfiremedia.com/openhouse/rsvp?iframe=true&width=500&height=500");
}

function closeRSVP(){
	$.prettyPhoto.close();
}
