<cfif parameterexists(url.image)>
	<cfif url.url IS NOT "">
		<cfoutput>
			<a href="http://#url.url#" target="_blank"><img src="interface/G/#url.image#.jpg" alt="Click to open #url.url#" width="670" height="370" border="0" style="border: 1px solid silver;"></a>
		</cfoutput>
	<cfelse>
		<cfoutput>
			<img src="interface/G/#url.image#.jpg" alt="" width="670" height="370" border="0" style="border: 1px solid silver;">
		</cfoutput>
	</cfif>
<cfelse>
	<a href="http://www.ven.be/designs" target="_blank"><img src="interface/G/design-sample.jpg" alt="Click to open design samples page (1.654 KB)" width="670" height="370" border="0" style="border: 1px solid silver;"></a>
</cfif>