$(function(){
$('#fadein img:gt(0)').hide();
setInterval(function(){
$('#fadein :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('#fadein');},
3000);
});

function goFacebook() {
window.open('http://www.facebook.com/Roni.Kantor.Vintage?sk=app_198690590164417');
}
