Batch File Help

So guys, I want to create a batch file that will open a website, vote on one of the answers, and then do it again. How could I do so?

Here is the site: https://docs.google.com/spreadsheet/formResponse?formkey=dHB4MHVaUGR2UFhNSlN2bUE3MG1hbWc6MA&theme=0AX42CRMsmRFbUy04MzExYmE5OS1lOTcyLTRlMDctOGU1ZC02ZTUwNWM0MmVjNmY&ifq

I want to vote for ChimneySwift.

This is the code i have so far...

@echo off
start /d "C:\Program Files(x86)\Google\Application" chrome.exe https://docs.google.com/spreadsheet/viewform?formkey=dHB4MHVaUGR2UFhNSlN2bUE3MG1hbWc6MA#gid=0
@echo off
start https://docs.google.com/spreadsheet/viewform?formkey=dHB4MHVaUGR2UFhNSlN2bUE3MG1hbWc6MA#gid=0

 

Thanks ahead of time

So..effectively you want to make an auto voting script/bot...Not sure you can do it with batch files. May need some scripting language or a HTML bot that runs from a local server or something.