﻿function fWriteTopRechts(path){
//***** writes the TopNav of the page
		var str=		"";	
	str = str	+	"<a href='articledetail.aspx?ArticleId=1292' target='_self'><img src='../advertentie/oldtimer.gif' width='185px' border='0'><br><br></a>";	
	
		
		
			


		str = str + "	</object>";
		str = str + "	</a><br>";	
		return str;																																
} 
