//-----------------------------------------------
// Javascript : VPCI_SURVEY (FR)
// Modification : 2003-09-25 (YT)
//-----------------------------------------------
// Return URL for Website VPI Survey
function getURL() {
    // URL Staging
    //URL_name="http://stg-www.yves-rocher.fr/shop_app/app_FR/jms.jsp?nav=topic&topicId=251";
    // URL Prod
    URL_name="http://www.yves-rocher.fr/shop_app/app_FR/jms.jsp?nav=topic&topicId=251";
    return URL_name;
}
