$(document).ready(function() {
	$('.back').click(function(){
		window.history.go(-1);
		return false;
	});
	if($('.flash').length) {
		loadFlash();
	}
});

function loadFlash(){
	if($('#flash-bouncing-off-the-walls').length) {
		var so1 = new SWFObject("bouncingOffWall.swf", "flash-bouncing-off-the-walls", "480", "398", "9", "");
		so1.write("flash-bouncing-off-the-walls");
	}
	if($('#flash-el-tango-de-roxanne').length) {
		var so2 = new SWFObject("ElTango.swf", "flash-el-tango-de-roxanne", "480", "398", "9", "");
		so2.write("flash-el-tango-de-roxanne");
	}
	if($('#flash-walk-this-way').length) {
		var so3 = new SWFObject("WalkThisWay.swf", "flash-walk-this-way", "480", "398", "9", "");
		so3.write("flash-walk-this-way");
	}
	if($('#flash-sizzle-reel').length) {
		var so4 = new SWFObject("SizzleReel.swf", "flash-sizzle-reel", "480", "398", "9", "");
		so4.write("flash-sizzle-reel");
	}
	if($('#flash-marconi-bros').length) {
		var so5 = new SWFObject("MarconiWeb.swf", "flash-marconi-bros", "480", "339", "9", "");
		so5.write("flash-marconi-bros");
	}
	if($('#flash-down-bone').length) {
		var so6 = new SWFObject("DownToTheBoneWeb.swf", "flash-down-bone", "480", "339", "9", "");
		so6.write("flash-down-bone");
	}
	if($('#flash-doritos').length) {
		var so7 = new SWFObject("DoritosWeb.swf", "flash-doritos", "480", "339", "9", "");
		so7.write("flash-doritos");
	}
	if($('#flash-the-source').length) {
		var so7 = new SWFObject("TheSource.swf", "flash-the-source", "480", "398", "9", "");
		so7.write("flash-the-source");
	}
}