			var js_version = 1;
			var correct_version = false;

			var js_version = 1.1;
			var ie_win = navigator.appVersion.toLowerCase().indexOf('msie') != -1 && navigator.appVersion.toLowerCase().indexOf('windows') != -1;
			 
			if (ie_win) with (document) {
			write('<SCR' + 'IPT LANGUAGE="VBScript"> \n');
			write('on error resume next \n');
			write('correct_version = correct_version Or IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.7"))\n');
			write('correct_version = correct_version Or IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.8"))\n');
			write('</SCR' + 'IPT> \n');
			}

			if (!correct_version && navigator.plugins) {
			var plugin = navigator.plugins['Shockwave Flash'];
			if (plugin) correct_version = parseInt(plugin.description.charAt(plugin.description.indexOf('.')-1)) >= 7
			}
			if (correct_version) {
			  
			var tag = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="360" height="300" id="sm33_homeflash" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/infant-teething/final_teeth_interactive_v5.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="bgcolor" value="#ffffff" /><embed src="/infant-teething/final_teeth_interactive_v5.swf" menu="false" FlashVars="" quality="high" bgcolor="#ffffff" width="360" height="300" name="home_summerGlow" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';

			tag = tag.replace(/([CODEBASE|PLUGINSPAGE])\s*=\s*\"https*:/ig, '$1="'+location.protocol);
			}
			else {
			  
			var tag = '<div id="chart_noflash">You need Flash to view the Interactive Teething Chart. Go <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">here</a> to install.</div>'; 
			
			}
			document.write(tag);
			

