﻿// JScript File

var arVersion = navigator.appVersion.split("MSIE");
var version = parseFloat(arVersion[1]);

if (version <= 6)
{
//<!-- Mas trucos y scripts en http://www.javascript.com.mx -->
//<script><!--
//anything follows cursor
//by gary

//put anything you want in this var and it will follow the cursor
var follow=this.Mensajes.SugerenciaIEVersion;

//don't change anything below
if (document.all){document.write('<div id="curscroll" style="position:absolute;visibility:hidden;'
    + 'font-size:12px;color:white;'
    + 'filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr="#cc0000", startColorstr="#FFFFFF", gradientType="0")'
    + '">'+follow+'</div>')}

function followcursor()
{if (document.all){curscroll.style.visibility="visible"}
curscroll.style.left=document.body.scrollLeft+event.clientX+10
curscroll.style.top=document.body.scrollTop+event.clientY+0}
document.onmousemove=followcursor

//--></script>


}
