$( document ).ready(function(){
	$('body').bind('turn', function(e, data){
        $('#orient').html('Orientation: ' + data.orientation);
    });	
	
}); 
var jQT = new $.jQTouch({
    icon: 'jqtouch.png',
    addGlossToIcon: false,
    startupScreen: 'jqt_startup.png',
    statusBar: 'black',
    preloadImages: [
        '20101129/themes/jqt/img/back_button.png',
        '20101129/themes/jqt/img/back_button_clicked.png',
        '20101129/themes/jqt/img/button_clicked.png',
        '20101129/themes/jqt/img/grayButton.png',
        '20101129/themes/jqt/img/whiteButton.png',
        '20101129/themes/jqt/img/loading.gif'
        ]
});
