/*$(window).load(function(){
	/*
	// load up the store window when returning from the 'invite-a-friend' page
	var storeid = urlParser.getPart('[0-9]+', urlParser.getPart('\/[0-9]+\/$', urlParser.parse(window.location.href).path));
	$('#content ul li[storeid=' + storeid + ']').trigger('click');
	$('input.scr_pause').trigger('click');
	* /
	$('input.scr_pause').trigger('click');
	
	DD_belatedPNG.fix('.menuContainer, .PNGBG');
	
	//enableStoreFix();
	
	});*/

$(function(){
	$('#abox .st_visit').parent()
	.live('success', function(e, data){
		alert($(this).attr('success'));
		})
	.live('error', function(e, data){
		alert($(this).attr('error') + '\n\n(' + data.error + ')');
		});
	});
