
﻿
var GLOBAL_ULRS_OBJ={array_counter:0,ArrayOfURLs:new Array()}
function $import(path){var new_path;var count=0;for(var i=0;i<GLOBAL_ULRS_OBJ.ArrayOfURLs.length;i++){if(GLOBAL_ULRS_OBJ.ArrayOfURLs[i]==path){count++;}}
if(0==count){GLOBAL_ULRS_OBJ.ArrayOfURLs[GLOBAL_ULRS_OBJ.array_counter]=path;new_path='\x3cscript type="text/javascript" src="'+path+'"></script>';document.writeln(new_path);GLOBAL_ULRS_OBJ.array_counter++;}}