

// frameJammer_hp v2.51
if (self != top)     // frame buster
top.location.replace(self.location);

function frameJammer_hp(){

var framedPage = location.search;
if (framedPage.length > 1){
framedPage = framedPage.substring(1);
var theSplit = framedPage.lastIndexOf('~');
var thePage = framedPage.substring(0,theSplit);
var theFrame = framedPage.substring(theSplit+1);
eval("top."+theFrame+".location.replace('"+ thePage+"')");}
}
													// frameJammer_hp End



var scroller;
var ampm;
var actualtitle=document.title+" "

function antiMilitaryTime()
																																																																																				{
																																																																																				if (hr == "12"){
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "13"){
																																																																																				hr="1"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "14"){
																																																																																				hr="2"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "15"){
																																																																																				hr ="3"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "16"){
																																																																																				hr = "4"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "17"){
																																																																																				hr = "5"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "18"){
																																																																																				hr = "6"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "19"){
																																																																																				hr = "7"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "20"){
																																																																																				hr = "8"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "21"){
																																																																																				hr = "9"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "22"){
																																																																																				hr = "10"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "23"){
																																																																																				hr = "11"
																																																																																				ampm="p.m."
																																																																																				}
																																																																																				else if (hr == "24"){
																																																																																				hr = "12"
																																																																																				}
																																																																																				}
																			function addZero(){
																																																																																				if (min <= "9"){
																																																																																				min = "0"+min
																																																																																				}
																																																																																				if (sec<= "9"){
																																																																																				sec = "0"+sec
																																																																																				}
																																																																																				if (hr <=9){
																																																																																				hr = "0"+hr
																																																																																				}
																																																																																				}
																																																																																				function time(){
																																																																																				dt=new Date()
																																																																																				sec=dt.getSeconds()
																																																																																				hr=dt.getHours()
																																																																																				ampm="a.m."
																																																																																				min=dt.getMinutes()
																																																																																				}
																																																																																				function scroll() {
																																																																																				time()
																																																																																				antiMilitaryTime()
																																																																																				addZero()
																																																																																				var scroller="- Hora Actual: "+hr+":"+min+":"+sec+" "+ampm
																																																																																				var timeout=setTimeout("scroll()", 1000)
																																																																																				  document.title=actualtitle+scroller
																																																																																				  }
																																																																																				if (document.all||document.getElementById)
																																																																																				scroll()
																																																																																				//-->
																																																																																				