// Copyright (c) 2009 AdCopy Inc.

jQuery(document).ajaxSuccess(function() 
	{
		try
		{
			ACPuzzle.reload();
		}
		catch(e) {}
	});



