
			function hfincludescript(srcurl){ 
			    document.writeln(
			     '<scr', 'ipt language="javascript" src="', srcurl , 
			     '" type="text\/javascript"><\/scr', 'ipt>');
			    return 1;
			}
			
			var __footerHtmlPath = "http://s.mynet.com/hf/footerhtml.js?v=1234567";
			hfincludescript(__footerHtmlPath);	
			
			var footerJsPath = "http://s.mynet.com/hf/trafik.js?v=ca10";
			hfincludescript(footerJsPath);
			
			var headerJsPath = "http://s.mynet.com/hf/trafikh.js?v=ac9";
			hfincludescript(headerJsPath);
		