// JavaScript Document
$(document).ready(function() {
	$(this).bind("contextmenu", function(e) {
		e.preventDefault();
	});
	
	//$('.fadein img:gt(0)').hide();
	//setInterval(function(){ $('.fadein :first-child').fadeOut().next('img').fadeIn().end().appendTo('.fadein');}, 3000);
	
	/*$("#loading").dialog({
		closeOnEscape: false,
		autoOpen: false,
		dialogClass: 'alert', 
		modal: true,
		resizable: false
	});*/
	
	//$("img[alt]").tooltip();
});
// Thickbox Image Path
var tb_pathToImage = "images/loadingAnimation.gif";
var tb_pathToDeleteIcon = "images/delet-icon.png";
