	sas_tmstp=Math.round(Math.random()*10000000000);
	sas_masterflag=1;
	function SmartAdServer_Extend(sas_pageid, sas_formatid, sas_target, sas_protocol) {
		if (!sas_protocol) {
			sas_protocol = 'http';
		}
	 var sas_master = 'S';
		if (sas_masterflag == 1) {
	 		sas_masterflag = 0;
	 		sas_master = 'M';
	 	} else {sas_master = 'S';};
	 document.write('<SCRIPT SRC="'+sas_protocol+'://www2.smartadserver.com/call/pubj/' + sas_pageid + '/' + sas_formatid + '/' + sas_master + '/' + sas_tmstp + '/' + escape(sas_target) + '?"></SCRIPT>');
	}
