var $cf = jQuery.noConflict();
$cf(document).ready(function() {
  $cf('#headerImageUpper').crossSlide({
    speed: 30,
    fade: 1
  }, [
	{ src: 'http://www.firestopsolutions.com/rw_common/themes/firestop/images/newlogo_1.jpg' },
	{ src: 'http://www.firestopsolutions.com/rw_common/themes/firestop/images/newlogo_2.jpg' },
	{ src: 'http://www.firestopsolutions.com/rw_common/themes/firestop/images/newlogo_3.jpg' },
	{ src: 'http://www.firestopsolutions.com/rw_common/themes/firestop/images/newlogo_4.jpg' }
  ]);
});
