jQuery(document).ready(function($) {
	$('ul.product-listing a.more').hide();
	$('ul.product-listing p.price').hide();
	$('ul.product-listing div.price-box').hide();
	$('ul.product-listing div.featured').hide();
});

function decorateGeneric()
{
	// do nothing here, because this is some bullcrap js that comes with the magento garbage
}
