new SmartBanner({ daysHidden: 1, // days to hide banner after close button is clicked (defaults to 15) appStoreLanguage: 'us', // language code for the App Store (defaults to user's browser language) title: '', author: 'Hubbard Radio', button: 'VIEW', store: { ios: 'On the App Store', android: 'In Google Play', }, price: { ios: 'FREE', android: 'FREE', } // , theme: '' // put platform type ('ios', 'android', etc.) here to force single theme on all device // , icon: '' // full path to icon image if not using website icon image // , force: 'ios' // Uncomment for platform emulation });