function plopMe(fileId,token){jQuery.ajax({type:"POST",url:"http://www.gamefront.com/files/service/request",data:({token:token}),success:function(html){if(html==true){window.location='http://www.gamefront.com/files/service/thankyou?id='+fileId;}else{alert('Please try later and contact us if this error persist!');jQuery('#downloadLink').html('<img src="http://www.gamefront.com/files/images/downloadNow.png">');jQuery('#downloadVideo').html('<img src="http://www.gamefront.com/files/images/download_this_video.gif">');}},error:function(html){alert('Please try later and contact us if this error persist!');jQuery('#downloadLink').html('<img src="http://www.gamefront.com/files/images/downloadNow.png">');jQuery('#downloadVideo').html('<img src="http://www.gamefront.com/files/images/download_this_video.gif">');}});}
function downloadCountDown(){downloadCount--;if(downloadCount<=0){clearInterval(counter);window.location=downloadUrl;return;}
jQuery('#countdown-'+downloadCount).addClass('down');}
