







//<pre>

function showCreditcardSeriesTitle() 
 { 
    var currURL = document.location.href; 
    if (currURL.indexOf("creditcard_leisure"          ) != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_leisure-series_en.jpg" WIDTH="400" HEIGHT="48" BORDER="0" >';  }
    if (currURL.indexOf("creditcard_travel"           ) != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_travel-series_en.jpg" WIDTH="400" HEIGHT="48" BORDER="0" >';  }
    if (currURL.indexOf("creditcard_beauty-and-health") != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_beauty-and-health-series_en.jpg" WIDTH="400" HEIGHT="48" BORDER="0" >';  }
    if (currURL.indexOf("creditcard_restaurant"       ) != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_restaurant-series_en.jpg" WIDTH="400" HEIGHT="48" BORDER="0" >';  }
    if (currURL.indexOf("creditcard_financial-plan"   ) != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_financial-plan-series_en.jpg" WIDTH="400" HEIGHT="48" BORDER="0" >';  }
    if (currURL.indexOf("creditcard_charity"          ) != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_charity-series_en.jpg" WIDTH="400" HEIGHT="48" BORDER="0" >';  }
    if (currURL.indexOf("creditcard_student"          ) != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_student-series_en.jpg" WIDTH="400" HEIGHT="48" BORDER="0" >';  }
    if (currURL.indexOf("creditcard_other"            ) != -1) {  return '<IMG SRC="/wps/wcm/myconnect/aeonweb/_images/creditcard/creditcard.titlebar_other-series_en.jpg" BORDER="0" >';  }

}