<!-- Varning vid hùger musknapp
function hogerklick () {
if (event.button == 2 ) {
alert( "Copyright 2009 Anders SalesjÃ¶")
}
}
document.onmousedown = hogerklick

//-->