﻿var heroObject;
var heroPlugin;
var heroLinks = new Array();

function heroClicked(state) {
    goToUrl(heroLinks[state]);
}