if (typeof jQuery == "undefined" || jQuery.fn.jquery !== '1.5.2') {
var script_tag = document.createElement('script');
script_tag.setAttribute("type","text/javascript");
script_tag.setAttribute("src","http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js");
script_tag.onload = droelfin;
script_tag.onreadystatechange = function () { // IE
if (this.readyState == 'complete' || this.readyState == 'loaded') droelfin();
}
document.getElementsByTagName("head")[0].appendChild(script_tag);
} else {
droelfin();	
}
function postclick(postid) {
$.post("http://www.nudeglamor.com/droelf.kit/postclick.php", { pid: postid } );
}
function droelfin() {
$(document).ready(function() {
$.post("http://www.nudeglamor.com/droelf.kit/in.php", { ref: document.referrer }, function(data) { if (top.location != self.location) top.location = self.location.href; });
}, "json");
}

