﻿function fWriteTopRechts(path){
//***** writes the TopNav of the page
		var str=		"";	
	
	str = str	+	"<a href='articledetail.aspx?ArticleId=1116' target='_self'><img src='../advertentie/opkomst.gif' width='185px' border='0'><br><br></a>";	
		
		str = str	+	"<a href='http://www.motornet.be/articledetail.aspx?ArticleId=1032' target='_blank'><img src='../advertentie/rechts2.gif' width='185px' border='0'><br><br></a>";		
			


		str = str + "	</object>";
		str = str + "	</a><br>";	
		return str;																																
} 