$(document).ready(function() {
	$(".next-posts:empty").css('display', 'none');
	$(".prev-posts:empty").css('display', 'none');
});

var $twPre = $('<span class="twName">DRIFTCREATE:</span>');
$(document).ready(function() {
	$(".twitter-item").prepend($twPre);
});

var $footX = $('<img class="footx" src="/wp-content/themes/DriftCreate/images/x.png" />');
$(document).ready(function() {
	$(".page_item").append($footX);
});

$(document).ready(function() {
	$(".workBG > img").attr('title', '');
});
