var i;
i=0;

function moreintellise()
{
  objs = document.getElementById("logo");
  objs.onmousedown = new Function("i+=1; if (i >= 4) {location.href = 'bbul/admin.php'};");
}