//begin url hack... maybe sometime check for number of forward slashes, if greater than 3, then .., wouldn't work locally though :(
var goodUrl;
getLocation = document.location.href.slice(((document.location.href.lastIndexOf("/"))+1));
if (getLocation=="index.html" || getLocation==null) {
	goodUrl = './swf/garamond.swf';
} else {
	goodUrl = '../swf/garamond.swf';
}
//end relative url hack
var garamond = {
	src: goodUrl
};
sIFR.activate(garamond);
sIFR.replace(garamond, {
  selector: 'h1', wmode: 'transparent', css: [ '.sIFR-root { color: #ffffff; margin-right: 0; text-align: right; background-color:#000000; }' ,'a { text-decoration: none; }' ,'a:link { color: #FFFFFF; }' ,'a:hover { color: #FFFFCC;}' ] });
