// JavaScript Document

$(document).ready(function(){	
	//Fancybox
	$(".fancybox_cond").fancybox({
		'type': 'iframe'
	});
});
