// JavaScript Document


// user-profil.php // button click
function formHandler(form){
var URL = 'http://www.teenmania.eu';
window.location.href = URL;
}

