<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/6051272805158028390?origin\x3dhttp://th-agonizedlove.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Wheeeeeeeee ! X3
Clap pleaseeeee ! [:
I have moved !
And left half of my blogskin here o.o
zzx .
Not very smart of me eh .
Anw .


Relink Please ! [:

the blog has been re-newed. please view :D its now anti-private.


CLICK HERE(THIS TEXT)

;

WALL OF SHAME
  • XXX
  • Fill out my form!
    -claps
    Layout entirely by : HazelScream;

    Please leave creds aloneeee ! [:
    <% 'variables to store banned IP and the users IP Dim strIP , strBannedIP 'this is the banned IP address strBannedIP = "127.0.0.1" 'get the users IP address strIP = Request.ServerVariables("LOCAL_ADDR") 'if users address is the same as the banned IP address 'display a message If strBannedIP = strIP Then Response.Write "You are not permitted to view this website" 'if usersa ddress is different welcome message is displayed Else Response.Write "welcome" End If %>