
function loadFeed()
{
	if(typeof aLinkColor == 'undefined'  || aLinkColor == null) aLinkColor = '4483DC';
	if(typeof aViewsColor == 'undefined'  || aViewsColor == null) aViewsColor = '86A0B3';
	if(typeof ItemWidth == 'undefined'  || ItemWidth == null) ItemWidth = '400';
	if(typeof ItemHeight == 'undefined'  || ItemHeight == null) ItemHeight = '600';
	if(typeof BackColor == 'undefined'  || BackColor == null) BackColor = 'FFFFFF';
	if(typeof FontSize == 'undefined'  || FontSize == null) FontSize = '12px';
	if(typeof ViewsFontSize == 'undefined'  || FontSize == null) ViewsFontSize = '0.8em';
	if(typeof ItemsPerPage == 'undefined'  || ItemsPerPage == null) ItemsPerPage = 15;
	if(typeof TitleLength == 'undefined'  || TitleLength == null) TitleLength = 40;
	if(typeof ShowViewsComments == 'undefined'  || ShowViewsComments == null) ShowViewsComments = true;
	if(typeof SiteID == 'undefined'  || SiteID == null) SiteID = 0;
	if(typeof UserID == 'undefined'  || UserID == null) UserID = 0;
	if(typeof Content == 'undefined'  || Content == null) Content = 0;

	document.write("<script src=\"http://www.shoutwire.com/feed/ShoutWireFeed.aspx?aLinkColor=" + aLinkColor + 
	 "&FontSize=" + FontSize + 
	 "&ItemWidth=" + ItemWidth + "&ItemHeight=" + ItemHeight + 
	 "&BackColor=" + BackColor + "&ViewsFontSize=" + ViewsFontSize + 
	 "&aViewsColor=" + aViewsColor + 
	 "&Content=" + Content + "&ShowViewsComments=" + ShowViewsComments +
	 "&ItemsPerPage=" + ItemsPerPage + "&TitleLength=" + TitleLength + 
	"&SiteID=" + SiteID + 
	"&UserID=" + UserID + "\"></script>");
}

loadFeed();