//<![CDATA[
$(document).ready(function(){

	// color box launch
	$('.thickbox').colorbox({iframe:true,width:400, height:240});
	//$('#login .thickbox, #comments .thickbox, #footer .thickbox').colorbox({iframe:true,width:400, height:250});
	//$('.rsvp .thickbox').colorbox({iframe:true,width:450, height:570});
	//$('#options .thickbox,.section .thickbox, #text .thickbox').colorbox({iframe:true,width:500, height:570});


});
// ]]>
