// JavaScript Document
$(document).ready(function() {
	
$(".cursors").jCarouselLite({
    auto: 2000,
    speed: 400,
	visible: 5,
	btnNext: ".next",
    btnPrev: ".prev",
	scroll:1
});	

$(".sendbtn").click(function(e) {
	e.preventDefault();
	$('#send').jOverlay({color:'#1c598e',opacity:0.8});
});

$(".close").click(function(e) {
	e.preventDefault();
	$.closeOverlay();
});

// end documento ready
});

function setHomepage(){
if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
var url="http://www.cursormousepointer.com/"; 
var titulo="Cursor Mouse Pointer - Download Cursor Pointers"; 
window.external.AddFavorite(url,titulo);
}
else if(navigator.appName == "Netscape") {
window.sidebar.addPanel("Cursor Mouse Pointer - Download Cursor Pointers", "http://www.cursormousepointer.com","");
}
else
{
alert("Press Ctrl + D to add to Bookmarks"); 
}
}

