<!--
    var ic = 6;     // Number of alternative images
    var xoxo = new Array(ic);  // Array to hold filenames
xoxo[0] = "../image/NisseH120x120.jpg";
xoxo[1] = "../image/NisseH120x120A.jpg";
xoxo[2] = "../image/NisseH120x120B.jpg";
xoxo[3] = "../image/NisseH120x120C.jpg";
xoxo[4] = "../image/NisseH120x120D.jpg";
xoxo[5] = "../image/NisseH120x120E.jpg";

function pickRandom(range) {
if (Math.random)
return Math.round(Math.random() * (range-1));
else {
var now = new Date();
return (now.getTime() / 1000) % range;
}
}
var choice = pickRandom(ic);
// -->

<!--
if (parent.location.href==location.href) location.href="http://www.hedlunds-motor.se";
// -->

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->

<!--
function change (url1,url2)
{
parent.left.location.href = url1;
parent.main.location.href = url2;
}
// -->


<!--
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry...");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// -->
