$(document).ready(function() {
	
	/*
	var randomImages = ['topo0','topo1','topo2','topo3','topo4','topo5','topo6','topo7','topo8','topo9','topo10','topo11','topo12','topo13','topo14'];
	var rndNum = Math.floor(Math.random() * randomImages.length);
	$("div#logo").css({ background: "url(http://localhost/Andamento/Wordpress/wp-content/themes/Download-Seriados/images/topos/" + randomImages[rndNum] + ".jpg) no-repeat" });
	*/

$("a.exibe-links").click(function(){
	if ($("#link-postagem").hasClass('esconde')){
		$("#link-postagem").removeClass('esconde');
	}
	return false;
});
});

