// JavaScript Document
Event.observe( window, 'load', function(){
	$( 'link_home' ).observe( 'click', function(){
		location.href = 'index.html';		 
	});										
});
