
// Permalinks option
function flashPutHref(href) { location.href = href; }

// SWFObject embed
var flashvars = {
	paramXMLPath: "param-new.xml",
	initialURL: escape(document.location)
}
var params = { 
	base: ".",
	quality: "best",
	bgcolor: "#ffffff",
	allowfullscreen: "true"
}                
var attributes = {}
swfobject.embedSWF("slideshowpro-new.swf", "flashcontent", "100%", "100%", "9.0.0", false, flashvars, params, attributes);

