// $id$

if (Drupal.jsEnabled) {

	$(document).ready(function(){
	

		
	});

	
		/**
* Toggle visibility of blocks (with slide effect).
*/
Drupal.behaviors.slideBlocks = function (context) {
$('.block:not(.slideBlocks-processed)', context)
.addClass('slideBlocks-processed')
.each(function () {
$(this).children(".title").toggle(
function () {
$(this).siblings(".content").slideUp("slow");
},
function () {
$(this).siblings(".content").slideDown("slow");
});
});
};	
	
	
	
function schogini_timed(){
	
	
	setTimeout ( 'schogini_timed()', 1000 );
}	
setTimeout ( 'schogini_timed()', 1000 );



} //Drupal js

