function loaddealpage(page)
{
	$.get('http://www.emtcompany.com/deals/page'+page, function(data) {
			$('#pdeals').html(data);
		});
}
