	
	//SET SCROLLER APPEARANCE AND MESSAGES
	var myScroller1 = new Scroller(0, 20, 455, 75, 0, 8); //(xpos, ypos, width, height, border, padding)
	myScroller1.setColors("#000000", "###C5DFEF", "###C5DFEF"); //(fgcolor, bgcolor, bdcolor)
	myScroller1.setFont("Verdana,Arial,Helvetica", 1);
	myScroller1.addItem("<div class='smallbold'><a href='news/news_009.html' class='smallbold'><b>Rally against loadshedding, bogies torched in Jhang</b></a><BR>JHANG: Strong protest and rallies continue in various cities and towns of Punjab including its capital Lahore against scheduled and unscheduled ....<br><a href='news/news_009.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	
	myScroller1.addItem("<div class='smallbold'><a href='news/news_008.html' class='smallbold'><b>Miscreants of a banned organization responsible for havoc in Jhang: Sheikh Waqas</b></a><BR>JHANG: Member parliament from PML-Q Sheikh Waqas Akram has stated that a specific banned group was responsible for ....<br><a href='news/news_008.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");

	myScroller1.addItem("<div class='smallbold'><a href='news/news_007.html' class='smallbold'><b>Benazir plots Abida plan to avenge Faisal</b></a><BR>The moot point is can Abida help Benazir Bhutto settle her four years old political scores with her once most trusted political lieutenant Faisal Saleh Hayat? ....<br><a href='news/news_007.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	myScroller1.addItem("<div class='smallbold'><a href='news/news_006.html' class='smallbold'><b>Rizwan Ullah Baig, has been posted as the Jhang DCO</b></a><BR>JHANG: Maj (r) Rizwan Ullah Baig, the Sialkot DCO, has been transferred and posted as the Jhang DCO relieving Dr Fahim Hashim, who has ....<br><a href='news/news_006.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	myScroller1.addItem("<div class='smallbold'><a href='news/news_005.html' class='smallbold'><b>Inauguration Of ProFarm’s Regional Office</b></a><BR>JHANG: Mr. Rizwan Ullah Beg, District Coordination Officer (DCO) Jhang, inaugurated the ProFarm’s Regional Office in Bhowana, District Jhang on ....<br><a href='news/news_005.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	myScroller1.addItem("<div class='smallbold'><a href='news/news_001.html' class='smallbold'><b>Call for Chiniot’s upgradation as district</b></a><BR>JHANG: The movement for conversion of Chiniot tehsil into district has picked up steam here, as rallies to press the authorities concerned for fulfilling....<br><a href='news/news_001.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	myScroller1.addItem("<div class='smallbold'><a href='news/news_002.html' class='smallbold'><b>Bharwana women set to create history</b></a><BR>JHANG: Two Bharwana women have broken the centuries-old traditions of highly primitive and conservative rural society of Jhang and added....<br><a href='news/news_002.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	myScroller1.addItem("<div class='smallbold'><a href='news/news_003.html' class='smallbold'><b>Sials want to rename Jhang</b></a><BR>The demand to rename Jhang Sadar as Mighiana, the name by which the town was known till 1954, is gaining strength. Most of Sial tribesmen inhabiting ....<br><a href='news/news_003.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	myScroller1.addItem("<div class='smallbold'><a href='news/news_004.html' class='smallbold'><b>Jhang 'suitable' for livestock project</b></a><BR>The Livestock Department officials, most of whom hail from districts of Khanewal, Vehari and Multan, are opposing the proposed establishment ....<br><a href='news/news_004.html'><img src='graphics/btn_read_more.gif' width=50 height=10 border=0 align='right'></a></div>");
	//SET SCROLLER PAUSE
	myScroller1.setPause(2500); //set pause beteen msgs, in milliseconds
	
	function runmikescroll() {
	
	  var layer;
	  var mikex, mikey;
	
	  // Locate placeholder layer so we can use it to position the scrollers.
	
	  layer = getLayer("placeholder");
	  mikex = getPageLeft(layer);
	  mikey = getPageTop(layer);
	
	  // Create the first scroller and position it.
	
	  myScroller1.create();
	  myScroller1.hide();
	  myScroller1.moveTo(mikex, mikey);
	  myScroller1.setzIndex(100);
	  myScroller1.show();
	}
	
	window.onload=runmikescroll

