$(document).ready(function() {
	if(document.location.href.indexOf('ui_mode=1')==-1) {
		$('a[href^=http://]').not('[href*=hydrocovermulch.com]').not('.noRewrite')
			.addClass('extLink')
			.attr('target','_blank')
			.each(function() {
				$(this).attr('href','/exit.htm?url='+$(this).attr('href'));
			});
		$('a.extLink > img').parent().removeClass('extLink');
		$('#main a[href$=.pdf]:not(.rssFile)').addClass('pdflink');
	}
	
	$('ul.rssViewMedia li.rssMediaImage').parents('ul').addClass('rssViewMediaImages');
	
	$('a.tbProductDownloads').click(function(){
		tb_show('<h2>Product Downloads</h2>', $(this).attr('href'), false);
		return false;
	});
});
