Get Those Sheep
Get Those Sheep Description
As a shepherd, you need to take care of all the sheep! Bring them back to the farm in a numerical order, and as fast as possible!
Like it? Rate Get Those Sheep
");
jQuery('#rresult').fadeIn("slow");
});
}
else if (json_obj.data === "Already") {
jQuery('input[type="radio"]').prop('checked', false);
jQuery('#rate_in').fadeOut("slow", function () {
jQuery('#rresult p').html(
"
" +
"
" +
"Whooops! It looks like you voted already.
");
jQuery('#rresult').fadeIn("slow");
});
}
else if (json_obj.data === "Noguest") {
jQuery('input[type="radio"]').prop('checked', false);
jQuery('#rate_in').fadeOut("slow", function () {
jQuery('#rresult p').html(
"
" +
"
" +
"Sorry! You need to log in or register to vote.
");
jQuery('#rresult').fadeIn("slow");
});
}
},
error: function (response) {
jQuery('input[type="radio"]').prop('checked', false);
jQuery('#rate_in').fadeOut("slow", function () {
jQuery('#rresult p').html(
"
" +
"
" +
response + "
");
jQuery('#rresult').fadeIn("slow");
});
}
});
}