jQuery.preloadImages = function()
{
	for(var i = 0; i<arguments.length; i++)
	{
		//jQuery("<img>").attr("src", SITE_URL+"/img/"+arguments[i]);
	}
}
function preload()
{
	$.preloadImages("home_hover.gif", "services_hover.gif", "blog_hover.gif", "partners_hover.gif", "contact_hover.gif");
}
function enable_slider()
{


return false;

}