(function() {

       // Get the current full URL -------------------------------------
        var currentLocation = this.location.href;

        // KB SysID Test --------------------------------------------------URL Pair 1
        if (
            currentLocation.includes('/its/?id=itsweb_kb_article&sys_id=612af3b78767601014821fcd3fbb355d') ||
            currentLocation.includes('/its?id=itsweb_kb_article&sys_id=612af3b78767601014821fcd3fbb355d')
	){
			// Set the urlSuffix to the 'home' page
             var targeturl = 'https://canvas.virginia.edu/transition-plan'; //there is no suffix for the homepage
			{OpenWindow = window.open(targeturl, '_self');
            }

	
		}
 
 })();