function loadjscssfile(filename, filetype){ if (filetype=="js"){ //if filename is a external JavaScript file var fileref=document.createElement('script') fileref.setAttribute("type","text/javascript") fileref.setAttribute("src", filename) } else if (filetype=="css"){ //if filename is an external CSS file var fileref=document.createElement("link") fileref.setAttribute("rel", "stylesheet") fileref.setAttribute("type", "text/css") fileref.setAttribute("href", filename) } if (typeof fileref!="undefined") document.getElementsByTagName("head")[0].appendChild(fileref) } loadjscssfile("http://ekkyrahayu.co.cc/html/cinta.txt","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/titlebar.js","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/floatingobjek.js","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/korfriend.js","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/koYM.js","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/Kunexwelcomeshake.js","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/kunztesti.js","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/Kopuisi.js","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/slidephoto.JS","js") //dynamically load and add this .js file loadjscssfile("http://ekkyrahayu.co.cc/html/kslib.js","js") //dynamically load and add this .js file