// JavaScript Document
jQuery(document).ready(function()
{
	
	jQuery(".ilsb-parent > a").click(function()
	{
		return false;
	});
});
