	
	function flashPutHref(href) { location.href = href; }
	
	$(document).ready(function(){ 

	$('fieldset').each(function() {
		var heading = $('legend', this).remove().text();
		if(heading!=""){
			 $(this).before($('<h3></h3>').text(heading));
		}
	});


	var flashvars = {
		paramXMLPath: "/Themes/salasufranka/motive/param.xml",
		xmlFilePath: "/Themes/salasufranka/motive/images5.xml", 
		initialURL: escape(document.location)
	}
	var params = { 
		base: ".",
		bgcolor: "#ffffff",
		allowscriptaccess: "sameDomain",
		wmode: "transparent",
		allowfullscreen: "true"
	}                
	var attributes = {};
	swfobject.embedSWF("/Themes/Site/motive/tangramshow.swf", "motive-content", "100%", 200, "9.0.0", false, flashvars, params, attributes);

});

//Cufon.replace('h1,#col1 h2');
			

