// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2008- www.shopdd.in.th
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}
 
IncludeJavaScript('http://www.shopdd.in.th/js/email_page.js');
IncludeJavaScript('http://www.shopdd.in.th/js/print_page.js');
IncludeJavaScript('http://www.shopdd.in.th/js/mmload.js');    
IncludeJavaScript('http://panel.shopdd.in.th/js/panel_function.js');   
IncludeJavaScript('http://panel.shopdd.in.th/js/AC_RunActiveContent.js');   
IncludeJavaScript('http://www.shopdd.in.th/js/home.js');    
IncludeJavaScript('http://www.shopdd.in.th/js/norightclick.js');     