//here's the sIfr
/*code for the h1 tags
var futura = {  src: 'futura.swf' };
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'futura.swf', 
  css: [ '.sIFR-root {color:#000000; }'  ]
});
*/


//start jQuery functions
jQuery(document).ready(function(){
	
	
	/* replace all media files */
	$("a.media").media();
	
	/* remove box from links */
	$("a").focus(function(){
		this.blur();
	});
	
});