I have this script:
function slideSwitch() { var ae = jQuery(\'#featured-right a.active\'); if ( ae.length == 0 ) { ae = jQuery(\'#featured-r
Watch out for template string literals. This error was caused by a
`
character for me in IE11.