jQuery(document).ready(function($) {
	// console.log('jQuery is active');
	$('#PAGEID_126811 #idHeaderContent strong#logo a,#PAGEID_806176 #idHeaderContent b#logo a').insertAfter('<ul id="slider"><li><img width="920" height="403" src="/resources/theme/images/home_marquis/CORE_Website_Home_Marquis1.jpg" alt="Integration"></li><li><img width="920" height="403" src="/resources/theme/images/home_marquis/CORE_Website_Home_Marquis2.jpg" alt="Collaboration"></li><li><img width="920" height="403" src="/resources/theme/images/home_marquis/CORE_Website_Home_Marquis3.jpg" alt="Innovation"></li><li><img width="920" height="403" src="/resources/theme/images/home_marquis/CORE_Website_Home_Marquis4.jpg" alt="Education"></li></ul>');
	$('#PAGEID_126811 #slider').anythingSlider({
		// Appearance
	  width               : null,      // Override the default CSS width
	  height              : null,      // Override the default CSS height
	  resizeContents      : true,      // If true, solitary images/objects in the panel will expand to fit the viewport

	  // Navigation
	  startPanel          : 1,         // This sets the initial panel
	  hashTags            : false,      // Should links change the hashtag in the URL?
	  buildArrows         : false,      // If true, builds the forwards and backwards buttons
	  buildNavigation     : false,      // If true, buildsa list of anchor links to link to each panel
	  navigationFormatter : null,      // Details at the top of the file on this use (advanced use)
	  forwardText         : "", // Link text used to move the slider forward (hidden by CSS, replaced with arrow image)
	  backText            : "", // Link text used to move the slider back (hidden by CSS, replace with arrow image)

	  // Slideshow options
	  autoPlay            : true,      // This turns off the entire slideshow FUNCTIONALY, not just if it starts running or not
	  startStopped        : false,     // If autoPlay is on, this can force it to start stopped
	  pauseOnHover        : true,      // If true & the slideshow is active, the slideshow will pause on hover
	  resumeOnVideoEnd    : true,      // If true & the slideshow is active & a youtube video is playing, it will pause the autoplay until the video has completed
	  stopAtEnd           : false,     // If true & the slideshow is active, the slideshow will stop on the last page
	  playRtl             : false,     // If true, the slideshow will move right-to-left
	  startText           : "",   // Start button text
	  stopText            : "",    // Stop button text
	  delay               : 5000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
	  animationTime       : 500,       // How long the slideshow transition takes (in milliseconds)
	  easing              : "easeOutCirc"    // Anything other than "linear" or "swing" requires the easing plugin
	});
});
