function showPage(){
  var url = document.URL; 
  if (url == "http://www.boobyu.com/" || url == "http://www.boobyu.com/index.shtml"){
  	document.getElementById('home').style.border = "1px solid black";
  }
  if (url == "http://www.boobyu.com/college-girls-nude.shtml"){
  	document.getElementById('two').style.border = "1px solid black";
  }
  if (url == "http://www.boobyu.com/st/archives/archive0.shtml"){
  	document.getElementById('three').style.border = "1px solid black";
  }
  if (url == "http://www.boobyu.com/st/archives/archive1.shtml"){
  	document.getElementById('four').style.border = "1px solid black";
  }
  if (url == "http://www.boobyu.com/st/archives/archive2.shtml"){
  	document.getElementById('five').style.border = "1px solid black";
  }
  if (url == "http://www.boobyu.com/free-live-video.shtml"){
  	document.getElementById('video').style.border = "1px solid black";
  }
}

function highlight(a){
	document.getElementById(a);
	a.style.backgroundColor = "#FFFFFF";
}

function goBack(b){
	document.getElementById(b);
	b.style.backgroundColor = "#171E58";
}