function change(hash, num)
{
	$('#thepet').attr('src', 'http://pets.neopets.com/cp/'+hash+'/'+num+'/4.png');
}

function change_emo(name, num)
{
	$('#thepet').attr('src', 'http://pets.neopets.com/cpn/'+name+'/'+num+'/4.png');
}