/*
 * /web/themes/raudt3/raudt.js -- JavaScript specific for Raudt-project.
 *
 * Copyright 2008 Raudt <raudt@raudt.no>
 * Licensed under the GNU GPL v2 or later.  Share and enjoy.
 */

$(document).ready(function(){

	/*
	$("#static_box a.area_toggle").mouseover(function(){
		$("#static_box div.area_" + $(this).attr("rel")).toggle("fast");
	});

	$("#static_box .area_inner").mouseout(function(){
		$("#static_box div.area_inner").hide("fast");
	});
	*/

  /*
	$("#static_box .focus_areas").accordion({
		event: "mouseover",
		header: ".head"
	});
  */

});
