

jQuery.noConflict();	

jQuery(document).ready(function()
{
var loc = window.location.toString();
if (loc.indexOf("themes.html") > -1)
{

	jQuery("#pcatg0 table tbody tr td:first h6 a").attr("href","/index.php/top-themes");
	jQuery("#pcatg0 table tbody tr td:first  a").attr("href","/index.php/top-themes");
}
}
);

jQuery(document).ready(function() {
	var location = document.location.toString();
	if (location.indexOf("?p=") > -1)
	{
		jQuery(".category-description").hide();
	}
});
