window.onload = function(){

	document.getElementById('link1').onclick = function(){location.href='personalizadas.php';}
	document.getElementById('link2').onclick = function(){location.href='temas.php';}
	document.getElementById('link3').onclick = function(){location.href='vagonite.php';}
	document.getElementById('link4').onclick = function(){location.href='trico.php';}
	document.getElementById('link5').onclick = function(){location.href='patchwork.php';}
	document.getElementById('link6').onclick = function(){location.href='pontocruz.php';}
	document.getElementById('link7').onclick = function(){location.href='fuxico.php';}
	document.getElementById('link8').onclick = function(){location.href='index.php';}

	document.getElementById('link9').onclick = function(){location.href='sobre_nos.php';}
	document.getElementById('link10').onclick = function(){location.href='fale_conosco.php';}

	document.getElementById('rodape').onclick = function(){window.open('http://www.netsystemweb.com.br','_blank');}
}
