$(function(){
$('div#prev, div#next').RSC();


// jQuery.preloadImages = function(x)
// {
  // for(var i = 0; i<x.length; i++)
  // {
	// jQuery("<img>").attr("src", x[i]);
  // }
// }
// var images = [];
// $('.box').each(function(){
	// images.push($(this).html());
// });
// $.preloadImages(images);
});
