var load = 0;
document.getElementById('gform').onload = function() {
load++;
if(load > 1) {
document.location = "https://docs.google.com/spreadsheets/d/1WhTQ5QTT_H0ty9YXClcGkmLIyiB1qZjpWMbHdJ7ZYIo/export?Format=pdf&format=pdf&size=8&gid=2110754320&gridlines=false";
}
}