var fromSource = top.location.href;
var fromReferrer = document.referrer;

var Suche = fromReferrer.indexOf("miomedia");

if (Suche > -1)
	{
	document.location.href="http://www.mi-design.ch";
	} 

