Published using Google Docs
Space Gallery: codice sopra </head>
Updated automatically every 5 minutes

<!--Space Gallery Inizio -->

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'/>

<script src='https://sites.google.com/site/scriptperilblog/slideshow/eye.js' type='text/javascript'/>

<script src='https://sites.google.com/site/scriptperilblog/slideshow/utils.js' type='text/javascript'/>

<script src='https://sites.google.com/site/scriptperilblog/slideshow/spacegallery.js' type='text/javascript'/>

<script type='text/javascript'>

//<![CDATA[

(function($){

var initLayout = function() {

var hash = window.location.hash.replace('#', '');

var currentTab = $('ul.navigationTabs a')

.bind('click', showTab)

.filter('a[rel=' + hash + ']');

if (currentTab.size() == 0) {

currentTab = $('ul.navigationTabs a:first');

}

showTab.apply(currentTab.get(0));

$('#myGallery').spacegallery({loadingClass: 'loading'});

};

var showTab = function(e) {

var tabIndex = $('ul.navigationTabs a')

.removeClass('active')

.index(this);

$(this)

.addClass('active')

.blur();

$('div.tab')

.hide()

.eq(tabIndex)

.show();

};

EYE.register(initLayout, 'init');

})(jQuery)

//]]>

</script>

<!-- Space Gallery Fine - www-ideepercomputeredinternet.com -->