$(document).ready(function() {
	$("a.adsample").fancybox({
		'hideOnContentClick': false,
		'frameHeight': 300
	});
});