//activates the sIFR3
var pageHeader = {src:'lemonade.swf'};
sIFR.activate(pageHeader);

sIFR.replace(pageHeader, {
  selector:'h1', 
  wmode:'transparent', 
  src:'lemonade.swf', 
  css:['.sIFR-root {color:#f58d1e; font-weight:bold;}' ]
});




//start jQuery functions
$(document).ready(function(){
						   
	// remove box from links
	$("a").focus(function(){this.blur();});
	
});