//<![CDATA[
$(document).ready(function() {
$('#bumpy').bumpyText();
});//]]>

// Tooltip
$(document).ready(function(){
$("a.tooltip").simpletooltip();
});

// Hover
function setHover(id, hover) {
var element = document.getElementById('active');
if (element) {
	document.getElementById(id).style.color = hover;
}
}

// LavaLamps
<!--
	function loadLamps() {
		$('.lavaLamp').lavaLamp({
			fx: 'easeOutBounce',
			speed: 900,
			startItem: 0
});}
// jquery initialize:
	$(function() {loadLamps();});
-->
