var GothamBook = {
	src: Workspace.RootUrl+'/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/GothamBook.swf'
};
sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(GothamBook);
sIFR.replace(GothamBook, {
	selector: 'H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 27px; color: #b5b5b5; }'
	,'a { color: #454545; text-decoration: none; }'
	,'a:link { color: #454545; }'
	,'a:hover { color: #999999; }'
	]
	,wmode: 'transparent'
	,tuneHeight: -5
	});
