// <![CDATA[
jQuery.preloadImages = function()
{
	for(var i = 0; i<arguments.length; i++)
	{
		jQuery("<img>").attr("src", arguments[i]);
	}
}

// pre and roll images
$.preloadImages("./images/buttons/b_comments_on.gif", "./images/buttons/b_calendar_on.gif", "./images/buttons/b_polls_on.gif", "./images/buttons/b_contests_on.gif", "./images/buttons/b_facebook_on.gif", "./images/buttons/b_twitter_on.gif", "./images/buttons/b_youtube_on.gif", "./images/buttons/b_myspace_on.gif", "./images/buttons/b_xhtml_on.gif", "./images/buttons/b_css_on.gif", "./images/buttons/b_home_on.gif", "./images/buttons/b_email_on.gif", "./images/buttons/b_top_on.gif");
//]]>
