var jQT = new $.jQTouch({
    icon: 'kilo.png',
    addGlossToIcon: true,
    statusBar: 'black',
    startupScreen: 'themes/img/startupScreen.png',
  preloadImages: [
    'themes/apple/img/back_button.png',
    'themes/apple/img/back_button_clicked.png',
    'themes/apple/img/button.png',
    'themes/apple/img/button_clicked.png',
    'themes/apple/img/chevron.png',
    'themes/apple/img/chevron_circle.png',
    'themes/apple/img/grayButton.png',
    'themes/apple/img/loading.png',
    'themes/apple/img/on_off.png',
    'themes/apple/img/rowhead.png',
    'themes/apple/img/toggle.png',
    'themes/apple/img/toggleOn.png',
    'themes/apple/img/toolbar.png',
    'themes/apple/img/whiteButton.png']
});