function searchq(){
var inputs=document.getElementById("searchcontain");
var address="http://www.google.co.uk/#hl=en&source=hp&q="+inputs.value+"+site%3Awww.lblc.co.uk";
window.open(address);
}

function timeRet()
{
var t=setTimeout("return3()",3000);
}

function return3(){
window.history.go(-1);
}

function ls(){
window.open('check.html');
}

function enterpage(){
var lsinput=document.getElementById("lspass");
if (lsinput.value=="tatjana"){//change "lblc"
window.open("gindex.html")
}
}
