//sdelat' domashnei stranitsei 
function home(p){
  p.style.behavior='url(#default#homepage)';
  p.setHomePage(window.location);
}
//dobavit' v izbrannoe
function favorite(){
  window.external.addFavorite(window.location, 'Russian Women 1000 Dating Agency');
}
//loadding. wait please...
var ID=null;
function wait(){
  clearTimeout(ID);
  document.GetElementByID("load").innerText += ' .';
  ID = setTimeout('wait()',500);
}
function check(p){
//  if(location.href != p && location.href !="http:\/\/"+document.domain+p){alert(location.href+'!='+p)}
//  else{alert(location.href+'=='+p)}
  return(location.href != p && location.href !="http:\/\/"+document.domain+p);
}

//onlain-perevod stranits
function evalURL(){
	document.TranslaterURL.urltext.value = window.location;
}
//gostevaya kniga
function add(){
	if(window.screen.width<=800){new_win = window.open("/include/guestbook/addtobook.html","new_win","toolbar=0, width=500, height=400, left=150, top=100");}
	else{new_win = window.open("/include/guestbook/addtobook.html","new_win","toolbar=0, width=500, height=400, left=262, top=183");}
}
function GoTo(p){ 
	if (check(p)){window.location.href = p;}
}
function pr(p){
	document.write(p);
}
function redir(p){
	new_window = window.open(p);
}
function MarkTDBck(cell,color){
  cell.style.backgroundColor = color;
  return true;
}
function MarkTD(cell){
  MarkTDBck(cell,'#B2B2FF');
  return true;
}
function UnMarkTD(cell){
  MarkTDBck(cell,'#679ACC');
  return true;
}