function showDiv(item){obj=document.getElementById(item);if(obj){key=document.getElementById("x"+item);obj.style.display="block";}}
function hideDiv(item){obj=document.getElementById(item);if(obj){key=document.getElementById("x"+item);obj.style.display="none";}}

$(document).ready(function() {
$(".blog-entry-hazanotations").hover(function(){$(this).css("background","#eeeeee");$(this).css("cursor","pointer");$(this).children(".blog-entry-hazanotations").css("display","block");},function(){$(this).css("background","#e5e5e5");$(this).children(".blog-entry-hazanotations").css("display","#e5e5e5");});
$(".blog-entry-hazanotations").click(function(){window.open("http://hazanotations.com")});
$(".blog-entry-brooksinbeta").hover(function(){$(this).css("background","#eeeeee");$(this).css("cursor","pointer");$(this).children(".blog-entry-brooksinbeta").css("display","block");},function(){$(this).css("background","#e5e5e5");$(this).children(".blog-entry-brooksinbeta").css("display","#e5e5e5");});
$(".blog-entry-brooksinbeta").click(function(){window.open("http://brooksinbeta.com")});
$(".blog-entry-numberofday").hover(function(){$(this).css("background","#eeeeee");$(this).css("cursor","pointer");$(this).children(".blog-entry-numberofday").css("display","block");},function(){$(this).css("background","#e5e5e5");$(this).children(".blog-entry-numberofday").css("display","#e5e5e5");});
$(".blog-entry-numberofday").click(function(){window.open("http://numberoftheday.co.uk/")});
});
