<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
.block{ width:100%}
</style>
<script type="text/javascript" src="slider_files/prototype.js"></script>
<script type="text/javascript" src="slider_files/effects.js"></script>
<script language="JavaScript">
prcount = 4;
function scrollup(no){
if(no<4){
new Effect.SlideUp('featured_'+no);
next = no + 1;
} else{
next = 2;
for(i=1;i<=4;i++)
$('featured_' + i).show();
new Effect.SlideUp('featured_1');
}
setTimeout("scrollup("+next+")",2000);
}
if(prcount > 0) setTimeout("scrollup(1)",2000);
</script>
</head><body><div style="overflow: hidden; height: 220px;">
<div style="overflow: hidden; position: relative; height: 146px;" id="featured_1"><table style="position: relative; bottom: 74px;" align="center" cellpadding="0" cellspacing="0" height="220">
<tbody><tr><td valign="middle" align="center" height="120">
111
</td></tr>
</tbody></table></div>
<div style="" id="featured_2"><table style="" align="center" cellpadding="0" cellspacing="0" height="220">
<tbody><tr><td valign="middle" align="center" height="120">
222
</td></tr>
</tbody></table></div>
<div id="featured_3">
<table align="center" cellpadding="0" cellspacing="0" height="220">
<tbody><tr><td valign="middle" align="center" height="120">
333
</td></tr>
</tbody></table>
</div>
<div id="featured_4">
<table align="center" cellpadding="0" cellspacing="0" height="220">
<tbody><tr><td valign="middle" align="center" height="120">
111
</td></tr>
</tbody></table>
</div>
</div>
</body></html>