// file: MyPages.js
// javascript to load feeds to my pages

function PromoteItem(sTitleString, hashtag){
	var page = new PageQuery(location.search);
	var str = 'RSS' + page.getValue('FeedsFile');  
	window.open("http://www.skim.co.za/editrss.aspx?sRssXML=" + str + "&title=Hot on SKIM&exDescr=" + sTitleString + "&Category=promotemsg" + "&sLink=" + window.location.href + "&tag="  + hashtag,'mywindow','width=900,height=500,scrollbars=yes,status=yes,resizable=yes');
	}