
var RTR_TimelineHTML = '';
var RTR_TimelineIdentifier = 'Timeline';
if (strLocalization == "CN") { RTR_TimelineIdentifier = "&nbsp;"; }
var RTR_TimelineOrd = Math.round(Math.random() * 100000000);
//var RTR_TimelineAdTag = '<!-- begin ad tag--><scr' + 'ipt language="JavaScript" src="http://ad.doubleclick.net/adj/reuters.com.dart;type=timelinesponsorlogo;sz=1x1;ord=' + RTR_TimelineOrd + '" type="text/javascript"></script><!-- End ad tag -->';
var RTR_TimelineAdTag = '<iframe id="timelineSponsor" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" width="165" height="31" style="overflow:hidden; text-align:right;"></iframe>';
var RTR_TimelineAdFrame = 'http://ad.doubleclick.net/adi/reuters.com.dart;type=timelinesponsorlogo;sz=1x1;ord=' + RTR_TimelineOrd;
if (location.href.search("preview.us.reuters.com") != -1) { RTR_TimelineAdFrame = RTR_TimelineAdFrame.replace('reuters.com.dart','qa.reuters.com.dart'); }

if ((RTR_TimelineFile != '') && (RTR_TimelineName != '')) {
	RTR_TimelineFile = "http://static.reuters.com/resources/media/global/assets/timeline/" + RTR_TimelineFile;
	RTR_TimelineHTML += '<link href="/resources/css/rcom-factbox.css" rel="stylesheet" /><div class="module factbox"><div class="moduleHeader"><h3>'+ RTR_TimelineName + '</h3></div><div class="moduleBody"><div class="moduleSubheader">' + RTR_TimelineIdentifier + '</div><div class="timelineSponsor">' + RTR_TimelineAdTag + '</div><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="timeline" name="timeline" type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" width="488" height="239"><param name="allowScriptAccess" value="always" /><param name="movie" value="http://static.reuters.com/resources/flash/inter_timeline_ver1.swf?rtsFile=' + RTR_TimelineFile + '" /><param name="quality" value="high" /><embed src="http://static.reuters.com/resources/flash/inter_timeline_ver1.swf?rtsFile=' + RTR_TimelineFile + '" width="488" height="239" name="timeline" allowscriptaccess="always" bgcolor="#ffffff" swliveconnect="true" menu="false"  pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" type="application/x-shockwave-flash" align="middle" /></object></div></div>'
	document.write(RTR_TimelineHTML);
	document.getElementById("timelineSponsor").src = RTR_TimelineAdFrame;
}