
if (screen.width <= 800)
{
    document.write('<link rel="stylesheet" type="text/css" href="stonerstyle.php?r=k">');
}
else
{ 
    document.write('<link rel="stylesheet" type="text/css" href="stonerstyle.php?r=g">');
}


if(top.location != self.location)
{
    top.location.href = self.location;
}

function emptyupdates()
{
    if(document.updates.adres.value == 'Jouw@email')
    {
        document.updates.adres.value = '';
    }
}

function showstaartje(show)
{
    document.images[show].src='img/staartje.gif';
}

function hidestaartje(hide)
{
    document.images[hide].src='img/leeg.gif';
}

function emptylogin()
{
  if(document.login.username.value == "Username")
    {
      document.login.username.value = "";
      document.login.password.value = "";
      return false;
    }
}

function register()
{
    if(document.login.username.value != "Username" && document.login.username.value != "")
    {
        document.location.href = "login/user_register.php?username="+document.login.username.value;
    }
    else
    {
        document.location.href = "login/user_register.php";
    }
}

function lddopen()
{
    window.open ('http://ldd.stonerfucks.nl/test.htm', 'newWin', 'scrollbars=no,status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=no,width=780,height=650,left=100,top=0')
}

function lddrippedopen()
{
    window.open ('http://lddripped.stonerfucks.nl/black.htm', 'blabla', 'scrollbars=no,status=no,toolbar=no,location=no,directories=no,menubar=no,resizable=no,width=665,height=605,left=100,top=0')
}

function SaN(smilie)
{
      document.stickanoteform.bericht.value = document.stickanoteform.bericht.value+smilie;
}

function openplaatje(plaatjeid, windownaam, widthh, heighth)
{
    window.open('plaatje.php?plaatje='+plaatjeid, windownaam, 'scrollbars=no,status=no,toolbar=no,location=no,directories=no,menubar=no,left=100,top=100,resizable=no,width='+widthh+',height='+heighth+'');
}

