var myrules = {
    '#footer' : function(element){
	    element.onclick = function(){
           
	    }
    }
};

Behaviour.register(myrules);

// My window onload event
Behaviour.addLoadEvent(function() {
    /*$$('div.test',
       '#test')
    .invoke('hide');*/
    Rounded('rounded');
}); 
