poner una lista de propiedades que conozca 
traten de no repetir ya que esto nos puede servir a todos 
 
location.href
location.hash
location.host
location.hostname
location.pathname
location.port
location.protocol
location.search
 
history.length
 
document.title
document.bgColor
document.alinkColor
document.vlinkColor
document.images[indice || "nombre"]
document.anchors
document.links
document.forms[indice].elements[indice]
document.forms[indice].elements[indice].value
document.forms[indice].elements[indice].checked 
   
 



