var bsl = {src:'/_img/bsl.swf'};
var bsb = {src:'/_img/bsb.swf'};

sIFR.useStyleCheck = true;
sIFR.activate(bsl, bsb);

sIFR.replace(bsl, {
	selector: 'h2',
	wmode: 'transparent',
	ratios: [6,1.24,7,1.21,8,1.18,10,1.16,11,1.13,12,1.12,13,1.11,15,1.1,17,1.09,19,1.08,22,1.07,26,1.06,32,1.05,41,1.04,58,1.03,97,1.02,1.01],
	css: {
		'.sIFR-root': { 'font-size': '41px', 'color': '#4C422E', 'letter-spacing': -2.3 }
		}
	});

sIFR.replace(bsb, {
	selector: 'h3',
	wmode: 'transparent',
	ratios: [6,1.24,7,1.21,8,1.18,10,1.16,11,1.13,12,1.12,13,1.11,15,1.1,17,1.09,19,1.08,22,1.07,26,1.06,32,1.05,41,1.04,58,1.03,97,1.02,1.01],
	css: {
		'.sIFR-root': { 'font-size': '24px', 'color': '#4C422E', 'letter-spacing': -1 }
		}
	});


//sIFR.debug.ratios({ src: '/_img/bsl.swf', selector: 'h2' });
//sIFR.debug.ratios({ src: '/_img/bsb.swf', selector: 'h3' });


$(document).ready(function(){
	
	$("#inputMail").focus(function(){
		if ($(this).val() == "Enter email to sign up") $(this).val("");
	});
	
	$("#inputMail").blur(function(){
		if ($(this).val() == "") $(this).val("Enter email to sign up");
	});
});
