
//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?"+trackcode+"' 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>Financial Outlook</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=885"+trackcode+"' target='_blank'>Can Divergences Tell You When to Stick a Fork in the Stock Market?</a></br><span class= descrip> Former New York Yankee great Yogi Berra is also legendary for his famous logic-defying quotations, including such gems as, “When you come to a fork in the road, take it,” which became the title of a 2001 book of “Inspiration and Wisdom” from the holder of 10 World Series rings.  But if your playing field is the stock market, can the advice of the 15-time all-star and 3-time MVP, who recently turned 81, help you catch the next major move?...</span><a href='http://www.gannglobal.com/gateway.php?p=freeupdate&contentId=885"+trackcode+"' target='_blank'><b>keep reading</b></a><span class= free-update> last updated: July 12, 2006</span><p><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&"+trackcode+"' 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= descrip> Given the length of the current bull market in stocks, which started in 2002, investors eyeing the exits or at least contemplating a defensive move toward increased diversification might want to consider a strategy that could offer protection in event of an economic or market downturn...</span><a href='http://www.gannglobal.com/gateway.php?p=freeupdate&contentId=634&"+trackcode+"' target='_blank'><b>keep reading</b></a></br><span class= free-update> last updated: Feb 28 2006</span><p><span class= program>W.D. Gann Articles</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=670&"+trackcode+"' target='_blank'>Master this Simple Yet Powerful Tool, Then Apply it for Big Profits Across a Wide Range of Markets</a></br><span class= descrip> W.D. Gann's discovery that each year of a decade ending in the digits 0-9 displays unique traits is proven repeatedly in the markets. In the stock market, almost every major low over the past 100 years occurred in the '2nd' year (1932, 1942, 1962, 1982 and 2002)...<a href='http://www.gannglobal.com/gateway.php?p=freeupdate&contentId=670&"+trackcode+"' target='_blank'><b>keep reading</b></a></br><p></td></tr>");				
document.write("<tr><td class= table-gray-border><p class= comment><b>Protect your assets while growing your profits with this Complete Forecasting Service package...<a href='http://www.gannglobal.com/research?"+trackcode+"'>click here for more info</a></b><br></br></p></td></tr>");
document.write("</table>");