// JavaScript Document

$("document").ready(function ()
{
		$('a.adThumb').lightBox(); // Select all links in the page
});
