<!-- TITLE: Thank You for Rating ##f_title## -->
<p class=pagetitle><font color=red>##f_title##</font> has been successfully rated...</p>
<p><b>Thank You for Rating <font color=red>##f_title##!</font></b></p>
<p>Your rating will be included in our database shortly.</p>
<script type="text/javascript">
var banned = '##banned##';
if(banned){
alert('You Have Already Submitted A Rating For This {Item} Today');
history.go(-1);
}
</script>