﻿$(document).ready(function()
{	
	/* ThickBox Code - Begin */
	tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
	imgLoader = new Image();// preload image
	imgLoader.src = tb_pathToImage;
	/* ThickBox Code - End */
});
