// JavaScript Document
$(function() { 
	$(".lamp").lavaLamp({
		fx: 'easeOutBounce',
		speed: 700,
		//startItem: 0,
		click: function(event, menuItem) { return true; },
		returnHome: true
	});
});



$(document).ready(function(){
	var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/
	if(IE6) {
		$('#header').supersleight();    
	}
});



