Talk to us?

National Awards for Excellence in BFSI

National Awards for Excellence in BFSI
function national_bfsi() { var testV = 1; var pass1 = prompt('You must have the PASSWORD to view this page! To get the PASSWORD please mail to: secretariat@worldbfsicongress.org --- OR --- If you have the PASSWORD please enter below',''); while (testV < 3) { if (!pass1) history.go(-1); if (pass1.toLowerCase() == "win17") { alert('You Got it Right!'); window.open('winners/national-winners/national-bfsi-winners-2017.html','_self'); break; } testV+=1; var pass1 = prompt('Access Denied - Password Incorrect, Please Try Again.','Password'); } if (pass1.toLowerCase()!="password" & testV ==3) history.go(-1); return " "; } ;