Password

<script type="text/javascript"> 
/* Password Protection Script by anwarulblog*/
var password = '181047'
password=prompt('Please enter the password to enter this page:','');
if (password != '181047') {
location.href='/';
}
</script>
No Comment
Add Comment
comment url