<!-- Script by hscripts.com -->
<!-- Copyright of HIOX INDIA -->
<!-- More scripts @ http://www.hscripts.com -->
<script type="text/javascript">
function login()
{
var username=prompt("Geben Sie usename");
var password=prompt("Geben Sie das Passwort");
if(username=="hiox" and password=="hioxindia")
window.location="http://www.hscripts.com";
else
alert("Ungultiger Benutzername Passwort");
}
function ctck()
{
var sds = document.getElementById("dum");
if(sds == null){
alert("Sie sind mit einem kostenlosen Paket. Sie sind nicht berechtigt, dem Tag zu entfernen.");
}
var sdss = document.getElementById("dumdiv");
if(sdss == null){
alert("Sie sind mit einem kostenlosen Paket. Sie sind nicht berechtigt, dem Tag zu entfernen.");
}
}
document.onload="ctck()";
</script>
<!-- Script by hscripts.com -->