function InclureJavaScript(js)
{
  document.write('<script type="text/javascript" src="'
    + js + '"></script>'); 
}

// option JQuery

InclureJavaScript('/themes/site_themes/LK_templates/helpers/jquery-ui-1.7.2.custom/js/jquery-1.3.2.min.js');
InclureJavaScript('/themes/site_themes/LK_templates/helpers/jquery-ui-1.7.2.custom/js/jquery-ui-1.7.2.custom.min.js');

// option homemade

//InclureJavaScript('helpers/homeMade/scripts.js');

// option tiroir
InclureJavaScript('/themes/site_themes/LK_templates/helpers/homeMade/tiroir.js');

// option tiroir
//InclureJavaScript('helpers/homeMade/tiroir.js');

// option zoom ATTENTION onload="setupZoom()" sur BODY
//InclureJavaScript('/themes/site_themes/LK_templates/helpers/FancyZoom-1.1/js-global/FancyZoom.js');
//InclureJavaScript('/themes/site_themes/LK_templates/helpers/FancyZoom-1.1/js-global/FancyZoomHTML.js');

//option videoplayer

InclureJavaScript('/themes/site_themes/LK_templates/helpers/flash_player/swfobject.js');


// option mes scripts

InclureJavaScript('/themes/site_themes/LK_templates/helpers/homeMade/scripts.js');

