// Scripts

jQuery(
function() {
	
	$('#search input[type="text"]').click(
		function() {
			this.value = '';
		}
	);
	
	$.nyroModalSettings({
		autoSizable: true,
		bgColor: '#110000',
		closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="close">Close</a>'
	});
	
	
	$('#footer .box iframe').attr('id', 'fbook');



}
);

