// JavaScript Document
var _selector=0;
var _timer;
function timedCount()
{
	var myURLs=["http://itunes.apple.com/app/web-child/id491217501?mt=8","http://www.webchild.com.au/index.php?option=com_resource&view=list&category_id=28&Itemid=193","http://www.webchild.com.au/index.php?option=com_content&view=article&id=4025&Itemid=340"];
	var myIMGs=["http://www.webchild.com.au/images/app/CalendarAppAd.gif","http://www.webchild.com.au/onlineAds/FOS/FOS.png","http://www.webchild.com.au/onlineAds/code/stop+shop.png"];

	document.getElementById('mylink').setAttribute('href',myURLs[_selector]);
	document.getElementById('mypic').setAttribute('src',myIMGs[_selector]);
	if(_selector>=2)
	{
		_selector=0;
	}
	{
		_selector=_selector+1;
		_timer=setTimeout("timedCount()",5000);
	}  
}
</script> 
