
/* JS sviluppato da: DannyDesign */
/* http://www.dannydesign.it */


/* Scritta nella barra inferiore del browser */
/* defaultStatus = "::: Serverdedicati.it by Made.net ::: Hosting e servizi web :::" */


/* Aggiungi ai preferiti */
var bookmarkurl="http://www.serverdedicati.it"
var bookmarktitle="Serverdedicati.it by Made.net"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

/* Imposta come Home Page */
function homepage() { 
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.serverdedicati.it');
}
 

/* Indirizzo e-mail criptato */
/* Script by DannyDesign  http://www.dannydesign.it */
function Indirizzo()
{
parte1 = new Array ("info")
parte2 = new Array ("@")
parte3 = new Array ("serverdedicati")
parte4 = new Array (".")
parte5 = new Array ("it")
parte6 = new Array ("?subject=Richiesta informazioni")
NewString = (parte1+parte2+parte3+parte4+parte5+parte6);
parent.location = 'mailto:'+NewString;
}
