var params = {};
params.wmode = 'transparent';

swfobject.embedSWF("assets/flash/landing.swf", "landing", "800", "550", "8.0.0", "assets/flash/expressInstall.swf", {}, params);

function showForm() {
	$.fn.colorbox({href:'http://www.tetley.co.uk/tetley_competition/data-capture/personal-info.php?comp=range', innerWidth:740, innerHeight:630, iframe:true, opacity:0.65});
}

$(function() {
	$('#enterScreen').click(function() {
		showForm();
		return false;
	});
});