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

// SWFObject embed
var flashvars = {
	paramXMLPath: "images/celebrity/param.xml",
	initialURL: escape(document.location),
	xmlFilePath: "images/celebrity/images.xml"
}
var params = { 
	bgcolor: "#ffffff",
	allowfullscreen: "true",
	wmode: "transparent"
}                
var attributes = {}
swfobject.embedSWF("flash/slideshowpro.swf", "flashcontent", "800", "575", "7.0.0", false, flashvars, params, attributes); 
