

function setReason(reason) {
	var reasons = ['Sorry, I just wasn\'t into this vid.', 'Nice video.', 'Great video!', 'Superb video!!!' ];
	$('reason-textarea').value = reasons[reason];
}

function voteconfirm() {
  var r=confirm("Here\'s a reminder of LVI\'s voting guidelines: " + '\n' + "   1. Vote based on the quality of the vid and how much you liked it.  Don\'t vote based on whether someone is your friend or not, what ship/characters the vid used, what song they used, or other little things like that.  This is about vidding skill and originality! " + '\n' + "  2. Give a reason for your vote, even if you don\'t have any except you \'liked it\' or \'didn\'t like it\'. " + '\n' + "  3. Have fun! Vote fairly and often and you could end up winning some cool rewards or become part of the LVI Team!" + '\n' + "CMs will be monitoring your votes for fairness, so make us proud!  If you agree to these rules, then proceed and keep on voting!")
  if (r==true)
    {
    document.getElementById("voteform").submit()
    alert("Vote Sent!")

    }
}
  
function votesend() {
    document.getElementById("voteform").submit()
    alert("Vote Sent!")

}
