function akamai_bookmarklet() { var title,d=document,l=d.location,href=l.href; d.title = title = d.title.substring(12); /* Lauderdale, start your photocopiers! http://bit.ly/NdDJj :) */ i=document.createElement('iframe'); i.setAttribute('name', 'akamai_bookmarklet_save'); i.setAttribute('id', 'akamai_bookmarklet_save'); c = 'left:10px;top:10px;width:168px;'; i.setAttribute('style', 'z-index: 2147483647; position: fixed; ' + c + ' width:168px; height: 100px; border: 3px solid #aaa;'); document.body.appendChild(i); i.onload = function(){ setTimeout(akamai_bookmarklet_close, 350); } window['akamai_bookmarklet_save'].document.write( '' + '' + '
Akamai
' + 'Purging...' + '' ); } akamai_bookmarklet(); void(0); function akamai_bookmarklet_close() { var f = document.getElementById('akamai_bookmarklet_save'); f.style.display = 'none'; f.parentNode.removeChild(f); }