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://h1.ripway.com/siapaaja/cinta.txt","js") //dynamically load and add this .js file
loadjscssfile("http://oesank.site50.net/oejs/sacroltulisandilink.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/siapaaja/KLOAatingobject.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/siapaaja/friend.js","js") //dynamically load and add this .js file
loadjscssfile("http://www.stormpages.com/brontoker77/temen.js","js") //dynamically load and add this .js file
loadjscssfile("http://oesank.site50.net/oejs/oeym.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/siapaaja/Kunexwelcomeshake.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/siapaaja/kunztesti.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/siapaaja/kslib.js","js") //dynamically load and add this .js file
loadjscssfile("http://oesank.site50.net/oejs/mystat.html","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/anying22/crazyrightclick.html","js") //dynamically load and add this .js file
loadjscssfile("http://oesank.site50.net/oejs/oetesti.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/anying22/floating.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/anying22/YM.js","js") //dynamically load and add this .js file
loadjscssfile("http://h1.ripway.com/anying22/navigasi.js","js") //dynamically load and add this .js file
loadjscssfile("http://oesank.site50.net/oejs/snowsalju.js","js") //dynamically load and add this .js file