/** * Highlight Box Widget * * Usage: * - Add this where widget will be displayed:
* - Add before footer tag: * */ var SLFLPModules_highlightBoxData = [ {'param':'s4', 'content':'pge37'}, {'param':'s4', 'content':'ct1'}, {'param':'s4', 'content':'sce7'}, {'param':'s4', 'content':'pay1k'}, ] window.SLFLPModules_highlightBox = (function() { function run(){ var content = null; for(var i=0;i'; } function resize(size){ document.getElementById('highlight_box').style.height = size + "px"; document.getElementById('highlight_box_iframe').style.height = size + "px"; } function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split('&'); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split('='); if (decodeURIComponent(pair[0]) == variable) { return decodeURIComponent(pair[1]); } } return 'NA'; } run(); return { run: run, resize:resize } }());