$(document).ready(function(){function n(){var n=$(this).width();t("#js-account-application-splash",n);t("#js-term-deposit-application-splash",n)}function t(n,t){if($(n).length){var i=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor),r=navigator.userAgent.toLowerCase().indexOf("firefox")>-1,u=i||r?750:767;t<=u?($(n).css("background-image","url("+$mobileURL+")"),$(n).css("background-color",$mobileBackgroundColor)):($(n).css("background-image","url("+$desktopURL+")"),$(n).css("background-color",$desktopBackgroundColor))}}setTimeout(function(){n()},500);$(window).resize(function(){n()})})