$(document).ready(function () {
	var temp = $("a.logo:first");
	temp.children().width("600px");
	temp.attr("href","http://www.mixitandstixit.com/search.php?cat=24");
	$('<a href="http://www.mixitandstixit.com" class="logo" ><div style="width:150px"></div></a>').insertBefore(temp);
});

