


$(document).ready(function() {

	
	
    $('a[rel=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel

});
if($.browser.webkit){
	addEventListener("load", function() { setTimeout(window.scrollTo(0,1), 0); }, false);
}
var screenshots = new Array("img/screenshots/large/screen2-en-search.jpg","img/screenshots/large/screen3-en-metro.jpg","img/screenshots/large/screen4-en-toptable.jpg","img/screenshots/large/screen5-en-wikipedia.jpg");


function showScreenShot(element, index) {
	$("#mainscreenshot").attr("src",screenshots[index]);
	$("#mainscreenshotlink").attr("href",screenshots[index]);
	$("#mainscreenshotlink").attr("title",element.attr("title"));
}
