The Fifth Element

var elements = ['','Earth','Wind','Fire','Water','Hot alien chick'];

function defeatGaryOldman(){
    return elements[5] + ' + Bruce Willis';
}
Vote up this code0