     function isnscroll(hype) {
     var shameless = 100
     var prtspc = " ";
     var col = 1;
     /* You could use array here, but this is easy way to load messages Unlike HTML documents,
     multiple adjoining spaces are preserved */
     var promotional=" "
     +"Uppdaterad 09-09-21"
     +"  "
     + " "
     + ""
     + "";





     if (hype>shameless) {
     hype--;
     var cmd="isnscroll(" + hype + ")";
     isntimer=window.setTimeout(cmd,shameless);
     }
     else if (hype<=shameless && hype>0) {
     for (col=0;col<hype;col++) {
     prtspc+=" ";
     }
     prtspc+=promotional;
     hype--;
     var cmd="isnscroll(" + hype + ")";
     window.status=prtspc;

     isntimer=window.setTimeout(cmd,shameless);
     }
     else if (hype<=0) {
     if (-hype<promotional.length) {
     prtspc+=promotional.substring(-hype,promotional.length);
     hype--;
     var cmd="isnscroll(" + hype + ")";
     window.status=prtspc;
     isntimer=window.setTimeout(cmd,100);
     }
     else {
     window.status=" ";
     isntimer=window.setTimeout("isnscroll(100)",75);
     }
     }
     }
     function startit() {
     isntimer=window.setTimeout("isnscroll(100)",500);
     }
     // Stop Hiding Contents -->

function popup()
{
         MyWindow=window.open('pop.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=338');
}

function newItem(expiryDate)
{
exp = new Date(expiryDate);
cur = new Date();
if (cur.getTime() < exp.getTime())
document.write("<IMG SRC=\"new.gif\" WIDTH=31 HEIGHT=20 BORDER=0>" );
}



var message="Sorry, that function is disabled.  \nPlease contact Webmaster for INFO";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

