If I have multiple domains all pointing to the same website, how are you supposed to write your links so they do not break when used via a different domain, .e.g
Imagine I have the following domains for the same website
oshirowanen.com
oshiro_wanen.com
osh.i.ro.wa.nen.com
if I had a html link as follows
<img src="http://www.oshirowanen.com/images/me.jpg" />
That would only be displayed if users went to oshirowanen.com.
How should that img tag be done properly so it works on all 3 domains?