Train Tycoon
Train Tycoon Description
Command your own train empire! Solve tricky puzzles and make sure that your train can get to the goal without any crashes!
Like it? Rate Train Tycoon
");
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");
});
}
});
}