	var theImages = new Array();
	var theImagesAlttext = new Array();
	var theImagestext = new Array();
	var theImagesURL = new Array();
	var theImagesWindowURL = new Array();
	
	
			
				theImages[0] = "/Images/Promotions/Youth_survey.jpg";
				theImagesAlttext[0] = "Young people";
			
	
			
				theImagestext[0] = "NSW youth consumer survey - key findings";
				theImagesURL[0] = "/About_us/News_and_events/Fair_Trading_Week/Youth_consumer_survey.html";

				
							theImagesWindowURL[0]="_self";
							
						
		        

			
	
			
				theImages[1] = "/Images/Promotions/Christmas_tips.jpg";
				theImagesAlttext[1] = "Christmas image";
			
	
			
				theImagestext[1] = "Hassle-free Christmas shopping tips";
				theImagesURL[1] = "/Consumers/Buying_goods/Shopping_tips.html";

				
							theImagesWindowURL[1]="_self";
							
						
		        

			
	
			
				theImages[2] = "/Images/Promotions/International_student_consumer_guide.jpg";
				theImagesAlttext[2] = "Cover image from publication for international students";
			
	
			
				theImagestext[2] = "New publication for international students";
				theImagesURL[2] = "/Youth/International_students.html";

				
							theImagesWindowURL[2]="_self";
							
						
		        

			
	
			
				theImages[3] = "/Images/About_us/Have_your_say_on_proposed_tenancy_reforms.jpg";
				theImagesAlttext[3] = "Have your say on proposed tenancy reforms";
			
	
			
				theImagestext[3] = "Have your say on proposed tenancy reforms";
				theImagesURL[3] = "/About_us/Legislation/Comment_on_proposed_legislation/Draft_Residential_Tenancies_Bill_2009.html";

				
							theImagesWindowURL[3]="_self";
							
						
		        

			
	
			
				theImages[4] = "/Images/About_us/Have_your_say_on_proposed_tenancy_reforms.jpg";
				theImagesAlttext[4] = "Have your say on proposed tenancy reforms";
			
	
			
				theImagestext[4] = "Have your say on proposed tenancy reforms";
				theImagesURL[4] = "/About_us/Legislation/Comment_on_proposed_legislation/Draft_Residential_Tenancies_Bill_2009.html";

				
							theImagesWindowURL[4]="_self";
							
						
		        

			
	
	
	var j = 0;
	var p = theImages.length;
	var preBuffer = new Array();
	for (i = 0; p > i; i++){
		preBuffer[i] = new Image();
		preBuffer[i].src = theImages[i];
	}
	var whichImage = Math.round(Math.random()*(p-1));

	function showImage()
	{
	var imgtext;
	var imguri = theImagesURL[whichImage];
	var imgURLtxt = "HomepagePromotionalImageClick:";
	imgtext = "<a id='promoimage' href='"+theImagesURL[whichImage]+"' onclick=Javascript:Callwebtrends('"+ imgURLtxt+"','"+ imguri +"') target='"+theImagesWindowURL[whichImage]+"'><img alt='"+theImagesAlttext[whichImage]+"' border='0' src='"+theImages[whichImage]+"'/>"+"</a>";
	document.write(imgtext);
	}
	function showImageText()
	{
	var imgtext;
	var imguri = theImagesURL[whichImage];
	var imgURLtxt = "HomepagePromotionalCaptionClick:";
	imgtext = "<a href='"+theImagesURL[whichImage]+"' onclick=Javascript:Callwebtrends('"+ imgURLtxt+"','"+ imguri +"') target='"+theImagesWindowURL[whichImage]+"'>" + theImagestext[whichImage] +"</a>";
	document.write(imgtext);
	}

	function Callwebtrends(txt,url_add)
	{
	var Promouri = "'Promotional Selection " + txt + url_add + "'";
	dcsMultiTrack('DCS.dcsuri', '/default.html', 'WT.ti', Promouri,'DCSext.ref', 'Promotion:homepage');   
	}