		var accOptions = {};
		var guide = {
			init: function(){
				$$('dl.Accordion').each(function(el){
new Accordion(el.getElements('dt.stretchtoggle'),el.getElements('dd.stretcher'),{opacity: true, start: 'all-closed', alwaysHide: true});
				});
			}
		};
		
		window.onDomReady(guide.init.bind(guide));


function loadajax(){
    AR.doRequest( { URL: 'home.php', ResultDiv: 'Content' } );
}
