<!-- PostIt! Pop-Up Window Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=650,left = 290,top = 25');");
}
// PostIt! Pop-Up Window End -->

function form_url(keywords) {

// on remplace les espaces

	ok_key = keywords.replace(/ /, ",");
	
	location.href="http://www.hotdt.com/recherche-images,"+ok_key+",1.html";
	return false;
} 



function reset() {
document.tellafriend.name.value="";
document.tellafriend.email.value="";
document.tellafriend.friendmail1.value="";
document.tellafriend.friendmail2.value="";
document.tellafriend.friendmail3.value="";
}

function validate() {


if (document.tellafriend.friendmail1.value.length==0) {
alert("please enter your friend's email address");
return false;
}

if (document.tellafriend.email.value.length==0) {
alert("please enter your email address");
return false;
}
if (document.tellafriend.name.value.length==0) {
alert("please enter your name");
return false;
}

document.tellafriend.submit()
return true;
}


var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}

<!-- Start Tracking Code -->

var ref   = escape(document.referrer);
var land  = escape( location.href );

document.write( '<' + 'script language="javascript" src="http://www.hotdt.com/in/t.php?u=1&r=' + ref + '&l=' + land + '"><' + '/script>' );

<!-- End Tracking Code -->


//Bookmark script


function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

/// 

