var ias_new = function (selector){
	if((m = location.href.match(/page=(\d+)/)) && parseInt(m[1]) > 1){
		return;
	}
	if((m = location.href.match(/catid=(\d+)/)) && parseInt(m[1]) == 93){
		return;
	}
	$(selector).find('li').slice(0, 3).each(function (){
		this.innerHTML += '<img src="http://www.ciif-expo.com/templates/xhtml/skins/xhtml/images/new.gif" style="position:relative;top:-3px;left:-2px;" />';
	});
}
