
function PrintThisPage()
{
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,";
         sOption+="scrollbars=yes,width=750,height=600,left=100,top=25";

   var winprint=window.open("prenta.asp","Print",sOption);

    winprint.focus();
}


function openSenda() {
window.open('http://www.freisting.is/senda/senda.asp?strURL=' + escape(document.URL),'Send','height=400,width=400,resizable=no,location=no,menubar=no,scrollbars=no,status=no,titlebar=yes');
}


function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}


 
    var a = Math.ceil(Math.random() * 10);
    var b = Math.ceil(Math.random() * 10);       
    var c = a + b
    function DrawBotBoot()
    {
        document.write("Hvađ er "+ a + " + " + b +"? ");
        document.write("<input id='BotBootInput' type='text' maxlength='2' size='2'/>");
    }    
    function ValidBotBoot(){
        var d = document.getElementById('BotBootInput').value;
        if (d == c) return true;     
            alert("Rangt, reyndu aftur!");    
        return false;
        
    }
    