<html>
<head>
<script type="text/javascript" src="lightbox.js"></script>
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
<script type="text/javascript">
function myOnLoad(href, title){
var a = document.createElement("a");
a.href = href;
a.title = title;
showLightbox(a);
}
</script>
<link rel="icon" href="favico.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favico.ico" type="image/x-icon" />
<title>Basket Baiano Official Site</title>
</head>
<body onload="myOnLoad('/images/logo.jpg', 'Boh')">
<center>
[img]/images/logo.jpg[/img]
[img]/images/logo.gif[/img]
</center>
</body>
</html>