$(document).ready(function(){
	$(".shadow").colorbox({width:"718", height:"640",opacity:"0.0", iframe:true});
});
	
function closeifr() {
	$.fn.colorbox.close();
}

$(document).ready(function(){
	$(".email_friend").colorbox({width:"580", height:"460", opacity:"0.0", iframe:true});
});


$(document).ready(function(){
	$(".search").colorbox({width:"580", height:"460", opacity:"0.0", iframe:true});
});
  
$(document).ready(function(){
	$(".flash_shadow").colorbox({width:"622", height:"622", opacity:"0.0", iframe:true, onClosed:function()
		{location.reload(true)}});
});
