var URL = 'http://www.specialerrands.com/';
$(document).ready(function(){
	$.getScript('http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
		function(){			
			swfobject.embedSWF(URL+"web_slideshow.swf?filename="+URL+"videos.php", "webgall", "140", "217", "9.0.0", "images/expressInstall.swf");
		});
});

