
document.writeln('<style type="text\/css">\r\n#topbar{\r\n    position:absolute;\r\n    border: 0px solid black;\r\n    padding: 20px;\r\n    background-color: ;\r\n    width: 300px;\r\n    visibility: hidden;\r\n    z-index: 100;\r\n    top: 100px;\r\n    height: 187px;\r\n    left: 13px;\r\n}\r\nA.publi:link {FONT-WEIGHT: normal; COLOR: #ff0000; TEXT-DECORATION: none\r\n}\r\n<\/style>\r\n<script type="text\/javascript">\r\nvar persistclose=0 \/\/set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session\r\nvar startX = 30 \/\/set x offset of bar in pixels\r\nvar startY = 5 \/\/set y offset of bar in pixels\r\nvar verticalpos="fromtop" \/\/enter "fromtop" or "frombottom"\r\n\r\nfunction iecompattest(){\r\nreturn (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body\r\n}\r\n\r\nfunction get_cookie(Name) {\r\nvar search = Name + "="\r\nvar returnvalue = "";\r\nif (document.cookie.length > 0) {\r\noffset = document.cookie.indexOf(search)\r\nif (offset != -1) {\r\noffset += search.length\r\nend = document.cookie.indexOf(";", offset);\r\nif (end == -1) end = document.cookie.length;\r\nreturnvalue=unescape(document.cookie.substring(offset, end))\r\n}\r\n}\r\nreturn returnvalue;\r\n}\r\n\r\nfunction closebar(){\r\nif (persistclose)\r\ndocument.cookie="remainclosed=1"\r\ndocument.getElementById("topbar").style.visibility="hidden"\r\n}\r\n\r\nfunction staticbar(){\r\nbarheight=document.getElementById("topbar").offsetHeight\r\nvar ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;\r\nvar d = document;\r\nfunction ml(id){\r\nvar el=d.getElementById(id);\r\nif (!persistclose || persistclose && get_cookie("remainclosed")=="")\r\nel.style.visibility="visible"\r\nif(d.layers)el.style=el;\r\nel.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};\r\nel.x = startX;\r\nif (verticalpos=="fromtop")\r\nel.y = startY;\r\nelse{\r\nel.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;\r\nel.y -= startY;\r\n}\r\nreturn el;\r\n}\r\nwindow.stayTopLeft=function(){\r\nif (verticalpos=="fromtop"){\r\nvar pY = ns ? pageYOffset : iecompattest().scrollTop;\r\nftlObj.y += (pY + startY - ftlObj.y)\/8;\r\n}\r\nelse{\r\nvar pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;\r\nftlObj.y += (pY - startY - ftlObj.y)\/8;\r\n}\r\nftlObj.sP(ftlObj.x, ftlObj.y);\r\nsetTimeout("stayTopLeft()", 10);\r\n}\r\nftlObj = ml("topbar");\r\nstayTopLeft();\r\n}\r\n\r\nif (window.addEventListener)\r\nwindow.addEventListener("load", staticbar, false)\r\nelse if (window.attachEvent)\r\nwindow.attachEvent("onload", staticbar)\r\nelse if (document.getElementById)\r\nwindow.onload=staticbar\r\n<\/script>\r\n\r\n<div id="topbar">\r\n<table  align=center border=1 bordercolor=black bgcolor=WHITE width=300>\r\n<tr>\r\n<td  valign==top>\r\n<CENTER>\r\n<FONT FACE=ARIAL SIZE=2 COLOR=RED><B>VOTA SI TE A GUSTADO:<\/B><\/FONT>\r\n<BR>\r\n<iframe src="http:\/\/www.facebook.com\/plugins\/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FCASTILLO-ESAMOR-La-magia-de-los-detalles%2F135035903200951&amp;layout=standard&amp;show_faces=true&amp;width=280&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:280px; height:80px;" allowTransparency="true"><\/iframe>\r\n<\/center>\r\n<br>\r\n<a href=http:\/\/esamorsac.hi5.com target=ehi5><img src=http:\/\/topmixer.net\/hi5\/logo_hi5.jpg WIDTH=140 BORDER=0><\/a>\r\n<a href=http:\/\/www.facebook.com\/profile.php?id=100000549742152 target=efacebook> <IMG SRC=http:\/\/topmixer.net\/hi5\/logo_facebook.jpg WIDTH=140 BORDER=0><\/a>\r\n<BR>\r\n<CENTER>\r\n<a class=publi href="" onClick="closebar(); return false"><font face=arial size=1><b>[CERRAR VENTANA]<\/b> <\/font><\/a>\r\n<\/CENTER>\r\n<\/tr>\r\n<\/td><\/table>\r\n<\/div>\r\n');






<!--NO ERROR EN PAGINA-->
function blockError(){return true;}
window.onerror = blockError;



<!--CLEAR-->

if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//-->

//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
// End -->
}



<!------ no codigo------>
document.oncontextmenu=Desactiva
document.onmousedown=Desactiva
document.onmouseup=Desactiva
document.onselect=Desactiva
document.onselectstart=Desactiva
document.onmouseover=Desactiva
document.onmouseout=Desactiva
function Desactiva() {return false} Pop=window.createPopup()
setInterval("{Pop.show()}",100)



document.writeln('\r\n<script>\r\n<!---------------------- POPUP MSN\r\n\r\n        var x = 1\r\n        var y = 1\r\n\r\n   function startClock(){\r\n\r\n				x = x-y\r\n				setTimeout("startClock()", 1000)\r\n				if(x==0) {\r\n					popupWinespopup_winLoad();\r\n				}\r\n\r\n        }\r\n\r\n\r\n\r\n        var popupWinoldonloadHndlr=window.onload, popupWinpopupHgt, popupWinactualHgt, popupWintmrId=-1, popupWinresetTimer;\r\n        var popupWintitHgt, popupWincntDelta, popupWintmrHide=-1, popupWinhideAfter=-1, popupWinhideAlpha, popupWinhasFilters=true;\r\n        var popupWinnWin, popupWinshowBy=null, popupWindxTimer=-1, popupWinpopupBottom;\r\n\r\n        var popupWinnText,popupWinnMsg,popupWinnTitle,popupWinbChangeTexts=false;\r\n\r\n        window.onload=startClock;\r\n\r\n        function popupWinespopup_ShowPopup(show)\r\n        {\r\n          if (popupWindxTimer!=-1) { el.filters.blendTrans.stop(); }\r\n\r\n          if ((popupWintmrHide!=-1) && ((show!=null) && (show==popupWinshowBy)))\r\n          {\r\n            clearInterval(popupWintmrHide);\r\n            popupWintmrHide=setInterval(popupWinespopup_tmrHideTimer,popupWinhideAfter);\r\n            return;\r\n          }\r\n          if (popupWintmrId!=-1) return;\r\n          popupWinshowBy=show;\r\n\r\n          elCnt=document.getElementById(\'popupWin_content\')\r\n          elTit=document.getElementById(\'popupWin_header\');\r\n          el=document.getElementById(\'popupWin\');\r\n          el.style.left=\'\';\r\n          el.style.top=\'\';\r\n          el.style.filter=\'\';\r\n\r\n          if (popupWintmrHide!=-1) clearInterval(popupWintmrHide); popupWintmrHide=-1;\r\n\r\n          document.getElementById(\'popupWin_header\').style.display=\'none\';\r\n          document.getElementById(\'popupWin_content\').style.display=\'none\';\r\n\r\n          if (navigator.userAgent.indexOf(\'Opera\')!=-1)\r\n            el.style.bottom=(document.body.scrollHeight*1-document.body.scrollTop*1\r\n                            -document.body.offsetHeight*1+1*popupWinpopupBottom)+\'px\';\r\n\r\n          if (popupWinbChangeTexts)\r\n          {\r\n            popupWinbChangeTexts=false;\r\n            document.getElementById(\'popupWinaCnt\').innerHTML=popupWinnMsg;\r\n            document.getElementById(\'popupWintitleEl\').innerHTML=popupWinnTitle;\r\n          }\r\n\r\n          popupWinactualHgt=0; el.style.height=popupWinactualHgt+\'px\';\r\n          el.style.visibility=\'\';\r\n          if (!popupWinresetTimer) el.style.display=\'\';\r\n          popupWintmrId=setInterval(popupWinespopup_tmrTimer,(popupWinresetTimer?1000:20));\r\n        }\r\n\r\n        function popupWinespopup_winLoad()\r\n        {\r\n          if (popupWinoldonloadHndlr!=null) popupWinoldonloadHndlr();\r\n\r\n          elCnt=document.getElementById(\'popupWin_content\')\r\n          elTit=document.getElementById(\'popupWin_header\');\r\n          el=document.getElementById(\'popupWin\');\r\n          popupWinpopupBottom=el.style.bottom.substr(0,el.style.bottom.length-2);\r\n\r\n          popupWintitHgt=elTit.style.height.substr(0,elTit.style.height.length-2);\r\n          popupWinpopupHgt=el.style.height;\r\n          popupWinpopupHgt=popupWinpopupHgt.substr(0,popupWinpopupHgt.length-2); popupWinactualHgt=0;\r\n          popupWincntDelta=popupWinpopupHgt-(elCnt.style.height.substr(0,elCnt.style.height.length-2));\r\n\r\n          if (true)\r\n          {\r\n            popupWinresetTimer=true;\r\n            popupWinespopup_ShowPopup(null);\r\n          }\r\n        }\r\n\r\n\r\n        function popupWinespopup_tmrTimer()\r\n        {\r\n          el=document.getElementById(\'popupWin\');\r\n          if (popupWinresetTimer)\r\n          {\r\n            el.style.display=\'\';\r\n            clearInterval(popupWintmrId); popupWinresetTimer=false;\r\n            popupWintmrId=setInterval(popupWinespopup_tmrTimer,20);\r\n          }\r\n          popupWinactualHgt+=5;\r\n          if (popupWinactualHgt>=popupWinpopupHgt)\r\n          {\r\n            popupWinactualHgt=popupWinpopupHgt; clearInterval(popupWintmrId); popupWintmrId=-1;\r\n            document.getElementById(\'popupWin_content\').style.display=\'\';\r\n            if (popupWinhideAfter!=-1) popupWintmrHide=setInterval(popupWinespopup_tmrHideTimer,popupWinhideAfter);\r\n          }\r\n          if (popupWintitHgt<popupWinactualHgt-6)\r\n            document.getElementById(\'popupWin_header\').style.display=\'\';\r\n          if ((popupWinactualHgt-popupWincntDelta)>0)\r\n          {\r\n            elCnt=document.getElementById(\'popupWin_content\')\r\n            elCnt.style.display=\'\';\r\n            elCnt.style.height=(popupWinactualHgt-popupWincntDelta)+\'px\';\r\n          }\r\n          el.style.height=popupWinactualHgt+\'px\';\r\n        }\r\n\r\n        function popupWinespopup_tmrHideTimer()\r\n        {\r\n          clearInterval(popupWintmrHide); popupWintmrHide=-1;\r\n          el=document.getElementById(\'popupWin\');\r\n          if (popupWinhasFilters)\r\n          {\r\n            backCnt=document.getElementById(\'popupWin_content\').innerHTML;\r\n            backTit=document.getElementById(\'popupWin_header\').innerHTML;\r\n            document.getElementById(\'popupWin_content\').innerHTML=\'\';\r\n            document.getElementById(\'popupWin_header\').innerHTML=\'\';\r\n            el.style.filter=\'blendTrans(duration=1)\';\r\n            el.filters.blendTrans.apply();\r\n            el.style.visibility=\'hidden\';\r\n            el.filters.blendTrans.play();\r\n            document.getElementById(\'popupWin_content\').innerHTML=backCnt;\r\n            document.getElementById(\'popupWin_header\').innerHTML=backTit;\r\n\r\n            popupWindxTimer=setInterval(popupWinespopup_dxTimer,1000);\r\n          }\r\n          else el.style.visibility=\'hidden\';\r\n        }\r\n\r\n        function popupWinespopup_dxTimer()\r\n        {\r\n          clearInterval(popupWindxTimer); popupWindxTimer=-1;\r\n        }\r\n\r\n        function popupWinespopup_Close()\r\n        {\r\n          if (popupWintmrId==-1)\r\n          {\r\n            el=document.getElementById(\'popupWin\');\r\n            el.style.filter=\'\';\r\n            el.style.display=\'none\';\r\n            if (popupWintmrHide!=-1) clearInterval(popupWintmrHide); popupWintmrHide=-1;\r\n\r\n          }\r\n        }\r\n\r\n\r\n        var popupWinmousemoveBack,popupWinmouseupBack;\r\n        var popupWinofsX,popupWinofsY;\r\n        function popupWinespopup_DragDrop(e)\r\n        {\r\n          popupWinmousemoveBack=document.body.onmousemove;\r\n          popupWinmouseupBack=document.body.onmouseup;\r\n          ox=(e.offsetX==null)?e.layerX:e.offsetX;\r\n          oy=(e.offsetY==null)?e.layerY:e.offsetY;\r\n          popupWinofsX=ox; popupWinofsY=oy;\r\n\r\n          document.body.onmousemove=popupWinespopup_DragDropMove;\r\n          document.body.onmouseup=popupWinespopup_DragDropStop;\r\n          if (popupWintmrHide!=-1) clearInterval(popupWintmrHide);\r\n        }\r\n\r\n        function popupWinespopup_DragDropMove(e)\r\n        {\r\n          el=document.getElementById(\'popupWin\');\r\n          if (e==null&&event!=null)\r\n          {\r\n            el.style.left=(event.clientX*1+document.body.scrollLeft-popupWinofsX)+\'px\';\r\n            el.style.top=(event.clientY*1+document.body.scrollTop-popupWinofsY)+\'px\';\r\n            event.cancelBubble=true;\r\n          }\r\n          else\r\n          {\r\n            el.style.left=(e.pageX*1-popupWinofsX)+\'px\';\r\n            el.style.top=(e.pageY*1-popupWinofsY)+\'px\';\r\n            e.cancelBubble=true;\r\n          }\r\n          if ((event.button&1)==0) popupWinespopup_DragDropStop();\r\n        }\r\n\r\n        function popupWinespopup_DragDropStop()\r\n        {\r\n          document.body.onmousemove=popupWinmousemoveBack;\r\n          document.body.onmouseup=popupWinmouseupBack;\r\n        }\r\n\r\n		\/\/--><\/script>\r\n\r\n<!-- COMIENZO DE LOS DIVS DEL SCRIPT DE POP UP DE MSN -->\r\n<!--[if gte IE 5.5]><![if lt IE 7]>\r\n		<style type="text\/css">\r\ndiv#fixme {\r\nright: auto; bottom: auto;\r\nleft: expression( ( 0 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + \'px\' );\r\ntop: expression( ( 0 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + \'px\' );\r\n}\r\n\r\n		<\/style>\r\n		<![endif]><![endif]-->\r\n\r\n\r\n<STYLE type=text\/css>.msn {\r\n	FONT-WEIGHT: normal; FONT-SIZE: 11px; PADDING-TOP: 10px; FONT-FAMILY: Arial\r\n}\r\nA.msn:link {\r\n	FONT-WEIGHT: normal; COLOR: #003366; TEXT-DECORATION: none\r\n}\r\nA.msn:visited {\r\n	FONT-WEIGHT: normal; COLOR: #003366; TEXT-DECORATION: none\r\n}\r\nA.msn:active {\r\n	FONT-WEIGHT: normal; COLOR: #003366; TEXT-DECORATION: none\r\n}\r\n<\/STYLE>\r\n	<DIV onmousedown="return popupWinespopup_DragDrop(event);" id=popupWin style="background-position: 0% 0%; padding:2px; DISPLAY: none; Z-INDEX: 9999; RIGHT: 0px; WIDTH: 181px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 122px; WIDTH: 207px; background-image:url(\'http:\/\/shoshanim.esamor.org\/entrar_archivos\/msnventana.png\'); background-repeat:no-repeat">\r\n	<DIV id=popupWin_header style="DISPLAY: none; LEFT: 2px; FONT: 11px arial,sans-serif; WIDTH: 176px; CURSOR: default; COLOR: #1f336b; POSITION: absolute; TOP: 2px; HEIGHT: 16px; TEXT-ALIGN: left; TEXT-DECORATION: none">\r\n		<SPAN onmousedown=event.cancelBubble=true; style="RIGHT: -20px; FONT: bold 12px arial,sans-serif; CURSOR: pointer; COLOR: #728eb8; POSITION: absolute; TOP: 5px" onclick=popupWinespopup_Close();><IMG title=Cerrar height=13 alt=Cerrar src="http:\/\/shoshanim.esamor.org\/entrar_archivos\/msncerrar.gif" width=13 border=0> <\/SPAN>\r\n	<\/DIV>\r\n	<DIV onmousedown=event.cancelBubble=true; id=popupWin_content style="padding:2px; DISPLAY: none; LEFT: 0px; OVERFLOW: hidden; WIDTH: 195px; POSITION: absolute; TOP: 28px; HEIGHT: 92px; TEXT-ALIGN: left">\r\n		<SPAN style="FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif">\r\n				<TABLE cellSpacing=0 cellPadding=1 width="100%" border=0 height="87">\r\n			<TBODY>\r\n			<TR>\r\n			<TD width=4 height="51"><\/TD>\r\n			<TD height="51"><A href="http:\/\/www.esamor.net" target=popup><IMG height=49 src="http:\/\/shoshanim.esamor.org\/entrar_archivos\/msnimagen.gif" width=48 border=0><\/A><\/TD>\r\n			<TD width=4 height="51"><\/TD>\r\n			<TD vAlign=center width=120 height="51"><A class=msn href="http:\/\/www.esamor.net" target=popup>CASTILLO ESAMOR<BR>Poemas, romances y amor<BR>www.esamor.net<\/A><\/TD>\r\n			<\/TR>\r\n			<TR><TD align=right colSpan=4 valign="bottom">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A class=msn href="http:\/\/www.esamor.net" target=popup>Opciones<\/A><\/TD><\/TR>\r\n			<\/TBODY>\r\n		<\/TABLE>\r\n\r\n<br><p>\r\n<br><p>\r\n<!-- URL: http:\/\/www.esamor.net\/ -->\r\n<script language="JavaScript" type="text\/javascript" src="http:\/\/m1.webstats4u.com\/m.js"><\/script>\r\n<script language="JavaScript" type="text\/javascript">\r\n<!--\r\n  webstats4u("AEDDBAY9LOjPwgVWw78jQj1BHBuw", 0);\r\n\/\/ -->\r\n<\/script>\r\n<noscript>\r\n<a target="_blank" href="http:\/\/www.webstats4u.com\/stats?AEDDBAY9LOjPwgVWw78jQj1BHBuw">\r\n<img src="http:\/\/m1.webstats4u.com\/n?id=AEDDBAY9LOjPwgVWw78jQj1BHBuw" border="0" width="18" height="18" alt="Webstats4U - Web site estadísticas gratuito El contador para sitios web particulares">\r\n<\/a><\/noscript>\r\n<!-- End webstats4U code -->\r\n<br>\r\n<!----------------- ESTADISTICA------------------->\r\n<table><TD align=middle><SPAN id=EstadCodeComprove \r\nstyle="DISPLAY: none">687474703A2F2F7777772E6573746164697374696361736772617469732E636F6D2F65737461646973746963617320677261746973<\/SPAN><A \r\nhref="http:\/\/www.estadisticasgratis.com\/" target=_blank><IMG id=fwe_counter \r\nalt="Estadisticas y contadores web gratis" \r\nsrc="http:\/\/traces.estadisticasgratis.com\/trace.php?page=303531&amp;url=http%3A\/\/www.estadisticasgratis.com\/modif_url_run.php%3Fid_project%3D303531%26URL%3Dhttp%253A%252F%252Fwww.shoshanim.esamor.net%26Title%3Dshoshanim%26Description%3DPoemas+romances+y+amor%26cboCateg%3D1%26cboFont%3DODW%26AccesoEstad%3D0%26btnAcceder%3DModificar&amp;title=Estad%EDsticas%20y%20contadores%20web%20gratis&amp;referer=http%3A\/\/www.estadisticasgratis.com\/modif_url.php%3Fid_project%3D303531&amp;resolution=800x600&amp;color=32&amp;language=es-mx&amp;java=1&amp;cookies=1&amp;browser=MSIE&amp;os=Windows%2098&amp;nuser=0&amp;visitor=0.7225978152958777&amp;rnum0.3605318245422132&amp;digits=6&amp;canal=1" \r\nborder=0><\/A> <\/TD><\/table>\r\n<!----------------- FIN ESTADISTICA------------------->\r\n\r\n		<\/SPAN>		\r\n	<\/DIV>\r\n<\/DIV>\r\n<\/font>\r\n<!-- FIN DE LOS DIVS DEL SCRIPT DE POP UP DE MSN -->');

