 window.external.msSiteModeCreateJumplist('Pureinfotech');
        window.external.msSiteModeAddJumpListItem('Difficulty level: Basic', 'http://pureinfotech.com/tag/difficulty-level-basic', 'http://pureinfotech.com/wp-content/themes/Pureinfotech/img/fvc/favicon.ico');
        window.external.msSiteModeAddJumpListItem('Difficulty level: Intermediate', 'http://pureinfotech.com/tag/difficulty-level-intermediate', 'http://pureinfotech.com/wp-content/themes/Pureinfotech/img/fvc/favicon.ico');
        window.external.msSiteModeAddJumpListItem('Difficulty level: Advanced', 'http://pureinfotech.com/tag/difficulty-level-advanced', 'http://pureinfotech.com/wp-content/themes/Pureinfotech/img/fvc/favicon.ico');
        window.external.msSiteModeAddJumpListItem('Learn how-to tech', 'http://pureinfotech.com/category/how-tos/', 'http://pureinfotech.com/wp-content/themes/Pureinfotech/img/fvc/howtotools.ico');
        window.external.msSiteModeAddJumpListItem('News', 'http://pureinfotech.com/category/news/', 'http://pureinfotech.com/wp-content/themes/Pureinfotech/img/fvc/news.ico');
        window.external.msSiteModeShowJumplist();
        
        if (window.external.msSiteModeCreateJumplist) {
			customJumplist();
			} 		
