//added by mike 4/7/06- 
	jstag = document.getElementById("javascriptcode");
	var filename = jstag.getAttribute("src");
	var thestuff = filename.split("?");
if (thestuff[1] != null ) {
	var qs = thestuff[1].split("&");
	var subdata = '';
	for(var i = 0; i < qs.length; i++)	{
		var qs2 = qs[i].split('=');
		switch(qs2[0].toLowerCase())	{
			case 'kbid':
				kbId = qs2[1];
				break;
			case 'img':
				imgdata = qs2[1];
				break;
			case 'sub':
				subdata = qs2[1];
				break;
		}
	} //end for
	if (kbId != 0)	{
		var trackcode = 'kbid=' + kbId;
		if (imgdata != '')	{
			trackcode += '&img=' + imgdata;
		}
		if (subdata != '')	{
			trackcode += '&sub=' + subdata;
		}
	}
} else {
	trackcode = '';
}
//at the end of a link syntax: &"+trackcode+"
//if link does not have a ? already use: ?"+trackcode+"
//must use on all links that will be tracked.
document.write("<LINK REL='stylesheet' HREF='http://www.gannglobal.com/sharedcontent/article/affiliatestyles.css' TYPE='text/css'><table class='table-gray-border' width=336px><tr><td class= header-bkg><a href='http://www.gannglobal.com/gateway.php' target='_blank'><img src='http://www.gannglobal.com/sharedcontent/article/banner-header336.jpg' border='0'></a></td></tr>");
document.write("<tr class= table-gray-border><td class= banner_pad><span class= program>Commodity Forecast</span><p><img src='http://www.gannglobal.com/sharedcontent/article/linkimg.gif' border='0'> <a href='http://www.gannglobal.com/gateway.php?p=freeupdate&contentId=778' target='_blank'>If You’re Merely Worth Your Weight in Gold, You Could’ve Bought Platinum Instead and Gone on a Diet</a></br><span class= free-update> last updated: Feb 28 2006</span><p><img src='http://www.gannglobal.com/sharedcontent/article/linkimg.gif' border='0'> <a href='http://www.gannglobal.com/gateway.php?p=freeupdate&contentId=711' target='_blank'>For a Wild Ride, Put Some Sugar in Your Tank</a></br><span class= free-update> last updated: Jan 27 2006</span><p></p></td></tr>");				
document.write("<tr><td class= table-gray-border><p class= comment>Get the most comprehensive historical investment research available anywhere...<a href='http://www.gannglobal.com/pics/product/173/Package-letter-1.htm'>click here for more info</a><br></br></p></td></tr>");
document.write("</table>");