
window.addEvent('domready', function(){
		$$('#content div.homepage').each(function(url) {
			if ($('bandlinks')) {
				//console.log(url);				
				url.inject($('bandlinks'),'bottom');
			}
		});
});

window.addEvent('load', function(){
	var commentHandler = new Comment();
	
	
	// set mainact as title if exist insteed of the name of the event
	if ($(document.body).getElement(".mainact")) {
	var title = $(document.body).getElement('.mainact').get('html');
	
	if (title) {
		 $(document.body).getElements('input[name=comments_title]').setProperty('value', title);
	}
	}
});