var g,ch;
function search()
{
g=document.log1.T1.value;
ch=document.log1.D1.value;

if(g=='' || g==null){
alert("Saisissez un mot-clé pour effectuer une recherche!");
document.log1.T1.focus();
}else{

if(ch=="y")
window.location="http://www.ournia.com/search.php?search_query=" + g + "&search_do_advanced=1&search_cid[]=0&search_title_only=1";
if(ch=="s")
window.location="http://www.ournia.com/paroles/search.php?c=" + g;
if(ch=="r")
window.location="http://www.ournia.com/video/search.php?keywords=" + g + "&page=1";
if(ch=="l")
window.location="http://www.ournia.com/mp3/search/" + g + "/1/mp3";
if(ch=="d")
window.location="http://www.ournia.com/search.php?search_query=" + g + "&search_do_advanced=1&search_cid[]=2&search_title_only=1";
if(ch=="k")
window.location="http://www.ournia.com/search.php?search_query=" + g + "&search_do_advanced=1&search_cid[]=31&search_title_only=1";
}
}
var sto="Click here to download the font required by my site!"
var sta="Done"

function keyPress(keyPress){
	if (keyPress!=null && (keyPress.keyCode==13 || keyPress.keyCode==3)) {
		
		search();
	}
}