﻿/// <reference path="jquery-1.3.2-vsdoc2.js" />

function pageLoad() {
	_bindLink();
}

$(document).ready(function() {
	// Any events bound here may not work after partial page postback.
	_bindEvents();
});

function _bindEvents() {

	_bindHighlight();
}


