/*
-----------------------------------------------
Aggiungi ai Preferiti
----------------------------------------------- */

<!--

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

//-->

/*
-----------------------------------------------
Effetto immagine sui link
----------------------------------------------- */

<!--

var bulletimg='<img id="bullet" style="position:absolute; left: -300px" src="donne-single/link-01.gif">'

var bulletoffX=-30
var bulletoffY=55

function caloffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function displaybullet(linkobj){
bulletobj.style.left=caloffset(linkobj, "left")-bulletobj.width-bulletoffX+"px"
bulletobj.style.top=caloffset(linkobj, "top")-bulletoffY+linkobj.offsetHeight/3+"px"
bulletobj.style.visibility="visible"
}

function modifylinks(){
bulletobj=document.all? document.all.bullet : document.getElementById("bullet")
for (i=0; i<document.links.length; i++){
if (document.links[i].className=="ddbullet"){
document.links[i].onmouseover=function(){displaybullet(this)}
document.links[i].onmouseout=function(){bulletobj.style.visibility="hidden"}
}
}
}

if (document.all || document.getElementById)
document.write(bulletimg)

if (window.addEventListener)
window.addEventListener("load", modifylinks, false)
else if (window.attachEvent)
window.attachEvent("onload", modifylinks)
else if (document.getElementById || document.all)
window.onload=modifylinks

//-->

/*
-----------------------------------------------
Ridimensionamento Pagina
----------------------------------------------- */

<!--

width = screen.availWidth; 
height = screen.availHeight;
function resize(){
	this.moveTo(0,0);
	this.resizeTo(screen.width, screen.height);
}
resize();

//-->

/*
-----------------------------------------------
Under
----------------------------------------------- */

<!--

var popunder=new Array()
popunder[0]="annunci_trans_trav_incontri_sesso.htm"

var winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0"

function iscrizione(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures)
win2.blur()
window.focus()
}

//-->
