function getCatWdg(c, i) {
	var script = document.createElement('script');
		script.setAttribute('src', 'widget?c='+c+'&i='+i);
		script.setAttribute('id', 'jsonScript');
		script.setAttribute('type', 'text/javascript');
	document.documentElement.firstChild.appendChild(script);
}
function displayCatWdg(data) { 
	document.getElementById('widgetCategory').innerHTML=data.content;
}
function slideSwitch(nr) {
	document.getElementById('hldchng').innerHTML=slideData[nr];
}
function favo() {targ = "http://www.shopmos.com";if (window.sidebar) {window.sidebar.addPanel(document.title, targ,""); } else if( window.external ) {window.external.AddFavorite( targ, document.title); }}
