// #########################################################
// #				Site Designed By:						#
// #			  Muhammad Uzair Usman						#
// #########################################################
// #	Copying the code(css, javascripts, html, dhtml)		#
// #	is strictly prohibited. If you need any help OR		#
// #	you want me to Design/Develop/Host/Register OR		#
// #	Manage your website/Domain, please contact me:		#
// #	-----------------------------------------------		#
// #	EMAIL: itnetpak@hotmail.com							#
// #	PHONE: +92-300-6535015								#
// #	PHONE: +92-333-9791584								#
// #########################################################

var scrollspeed=cache=2

function initialize(){
marqueeheight=document.all? parent.document.all.datamain.height : parent.document.getElementById("datamain").getAttribute("height")
dataobj=document.all? document.all.datacontainer : document.getElementById("datacontainer")
dataobj.style.top=5
thelength=dataobj.offsetHeight
scrolltest()
}

function scrolltest(){
dataobj.style.top=parseInt(dataobj.style.top)-scrollspeed
if (parseInt(dataobj.style.top)<thelength*(-1))
dataobj.style.top=5
setTimeout("scrolltest()",50)
}

window.onload=initialize

// #########################################################
// #				Site Designed By:						#
// #			  Muhammad Uzair Usman						#
// #########################################################
// #	Copying the code(css, javascripts, html, dhtml)		#
// #	is strictly prohibited. If you need any help OR		#
// #	you want me to Design/Develop/Host/Register OR		#
// #	Manage your website/Domain, please contact me:		#
// #	-----------------------------------------------		#
// #	EMAIL: itnetpak@hotmail.com							#
// #	PHONE: +92-300-6535015								#
// #	PHONE: +92-333-9791584								#
// #########################################################