//

Ceci n'est pas un tumblelog

This is a Javascript code repository meant to be used from within Tumblr themes

//

Script: hide a post DIV

Permalink: http://javascripts.tumblr.com/post/115755043/hide-a-post-div


function hide_post(postid)
{
   g = document.getElementById( String.fromCharCode(72,69,76,76,79) );
  alert( g.innerHTML );
   g.innerHTML = String.fromCharCode(72,69,76,76,79);  
 }


//