// JavaScript Document
if(window.jnc)
{
}else
{
	var jnc = jQuery.noConflict();
}

jnc(document).ready(function()
{
	/* Used by Latest Members */
	jnc('body').append("<div id='latestTip'></div>");
	jnc('img[title].hasTipLatestMembers_new').tooltip({
		tip:'#latestTip'
	});
	/* Used by Contest Scroll */
	jnc("#contestScroll").scrollable({ clickable:false,circular: true  });
	jnc("#GalleryNewest").scrollable({ clickable:false, next: '#NewestImages .right', prev: '#NewestImages .left'  });
});

