(function(global, $){

	__.templateSettings = { start: '[!', end: '!]', interpolate: /\[!=(.+?)!\]/g };

	var $flashwrapper = $('#shadowflash');
	var flashcomptemplate = __.template(global.getElementById('flash').innerHTML);
	var flashheight = 201;
	var flashwidth = 296;
	var flashurl = 'http://photos.demandstudios.com/welcome.jpg';
	var nameprepend = "shadowflash";

	$flashwrapper.html(flashcomptemplate({element: nameprepend, url: flashurl, height: flashheight, width: flashwidth})); 

})(document, jQuery)

