function previewcounter()
{
	var style = $('select[name=counterstyle]').val();
	$('#counterstyle').attr('src', 'http://members.thedailyneopets.com/dd-09/'+style+'.png');
}