
document.writeln('	<div class="mediaTopBanner vertical" style="position:relative; overflow:hidden; width: 303px; height:160px;">');
document.writeln('		<div class="items" style="position:absolute; height:20000em;">');
document.writeln('			<div><a href="http://www.creation-tv.com/asp/m_index_mid_left_201201.asp" target="_blank"><img src="http://www.creation-tv.com/images/201201/promotion_201201_a.jpg" border="0"></a></div>');
document.writeln('			<div><a href="http://www.creation-tv.com/asp/programme_testimony_201201.asp#02" target="_blank"><img src="http://www.creation-tv.com/images/201201/promotion_201201_b.jpg" border="0"></a></div>');
document.writeln('			<div><a href="http://www.creation-tv.com/asp/programme_testimony_201201.asp#01" target="_blank"><img src="http://www.creation-tv.com/images/201201/promotion_201201_c.jpg" border="0"></a></div>');
document.writeln('		</div>');
document.writeln('	</div>');
$(document).ready(function($){
	$(".mediaTopBanner").scrollable({vertical:true,clickable:false,size:1,speed:500,loop:false}).autoscroll({autoplay:true,autopause:true,interval:4000,steps:1}).circular();
});
