/**
 * @author lesgreen
 */
$(document).ready(function(){
	//located in common_settings.js
	initWeb20('webDName');
	
	$("#leftSideTop").imDomainSearch({
		search_url:'domainnames/search',
		showOptions: true,
		web2_url: 'domainnames/web20',
		category_url:'domainnames/getCategories'
	});
	
});
