redux.event.create('onload',
function(o) {
	
	var tmp=$('section_nav').getElement('li.active');
    
    if (tmp) tmp.removeClass('active');
    tmp=$('section_nav').getElements('a');
    //if (tmp) alert(tmp[0].getProperty('href'));
    //for (i=0; i<tmp.length; i++) {}
	/*if(console && console.debug){
					console.debug(this);
						
						}*/
	tmp=$('section_nav').getElement('a[href$=' + this.page.url + ']');
	if (tmp) tmp.getParent().addClass('active');
})



window.winconfig = {padding:10,scrollbars:true,width:600,height:400};
