$(document).ready(function() {


if(typeof sIFR == "function"){
    sIFR.replaceElement("h2", named({sFlashSrc: "fonts/helvetica_bold.swf", sColor: "#FFFFFF", sCase: "upper", sWmode: "transparent", sFlashVars: "textalign=center"}));
 	sIFR.replaceElement("h3", named({sFlashSrc: "fonts/helvetica_bold.swf", sColor: "#000000", sWmode: "transparent", sFlashVars: "textalign=center"}));
	sIFR.replaceElement("h4", named({sFlashSrc: "fonts/helvetica.swf", sColor: "#000000", sWmode: "transparent", sFlashVars: "textalign=center"}));

	
	
};

$(".revealCrush").click(function(){
								 
			alert('Et ole tehnyt älykkyystestiä. Tee testi loppuun, niin paljastamme ihastuksesi.');	 
								 
 });

$(".offerClick").click(function(){
								
	$("#loadOffer").overlay({ 
	
				// custom top position 
				top: 100, 
			 
				// some expose tweaks suitable for facebox-looking dialogs 
				expose: { 
			 
					// you might also consider a "transparent" color for the mask 
					color: '#000', 
					// load mask a little faster 
					loadSpeed: 100, 
					// highly transparent 
					opacity: 0.8 
				}, 
			 
				// disable this for modal dialog-type of overlays 
				closeOnClick: false, 
			 
				// we want to use the programming API 
				api: true 
			 
			// load it immediately after the construction 
			}).load();	
	});
});