function click() {
if (event.button==2)
  window.external.AddFavorite('http://www.giga6.com','G I G A 6 . C O M - einfach geile Lust');
}
document.onmousedown=click

var text = "..:: Geile Top Erotik & Hardcore Seiten !!! ::.. GIGA6.com ... einfach geil ... einfach pure Lust!          "
var speed = 50
var x = 0
function bb() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}
bb();

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
}



