
  function Vote()
  {
    document.RateForm.RateURL.value=window.location;
    document.RateForm.RatePageTitle.value=document.title ;
    window.open("","RateResult","toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=190");
    document.RateForm.submit();
  }

  function GetSelekti()
  {
    var selekti = new Array(7);
    selekti[0] = "http://www.selekti.com/gallery/SL-BG-01.php?mid=2";
    selekti[1] = "http://www.selekti.com/gallery/SL-BC-01.php?mid=2";
    selekti[2] = "http://www.selekti.com/gallery/SL-CB-01.php?mid=2";
    selekti[3] = "http://www.selekti.com/gallery/SL-DT-01.php?mid=2";
    selekti[4] = "http://www.selekti.com/gallery/SL-TC-01.php?mid=2";
    selekti[5] = "http://www.selekti.com/gallery/SL-DE-01.php?mid=2";
    selekti[6] = "http://www.selekti.com/gallery/SL-TB-01.php?mid=2";

    random_num = Math.round((Math.random()*6));
    return "<img src='images/selekti/SL-" + random_num + ".jpg'" + " border='0'>" + "<a href='" + selekti[random_num] + "'" + " target='_blank'><br><div style='margin-top: 4pt;'>Handmade tiles, rugs, leather, games and more...</div></a>";
  } 