$(document).ready(function(){	
	
	// Flash
	var flashvars = {};
	var params = {wmode: "transparent"};
	var attributes = {};
	swfobject.embedSWF("swf/nmtt.swf", "flash", "900", "290", "9.0.0","/errors/getflash", flashvars, params, attributes);
	
	

	
	// ColorBox
	$(".iframe").colorbox({width:"80%", height:"80%", iframe:true, opacity:0.7});
	$(".modal").colorbox({width:"580px", height:"70%", iframe:true, opacity:0.7});
	
	
});



