﻿function navLink(linkObject, linkItem) {
    window.location = $(linkObject + ":eq(" + linkItem + ")").attr("href");
}