/**
 * @author marc
 */
        $.jQTouch({
            icon: 'mobilepubmedicon.png',
            addGlossToIcon: true,
            startupScreen: 'homepage.png',
            statusBar: 'translucent-black',
            preloadImages: [
                'themes/jqt/img/chevron_white.png',
                'themes/jqt/img/bg_row_select.gif',
                'themes/jqt/img/back_button.png',
                'themes/jqt/img/back_button_clicked.png',
                'themes/jqt/img/button_clicked.png',
                'themes/jqt/img/grayButton.png',
                'themes/jqt/img/whiteButton.png',
                'themes/jqt/img/loading.gif'
                ]
        });
$(document).ready(function() { 
					/*
					  $('form[name="a-search"]').submit(function(event){
        				event.preventDefault();
        				var authors    = $('input#authors').val();
						$.post('pm-search.php', {authors: authors }, function(data){$('div#search-results').html(data).fadeOut().fadeIn();
 							} )
					    }) */
					})
