
getClient = "8";
iframeW = AfiliatGTM['width'];
iframeH = AfiliatGTM['height'];
bckColor = AfiliatGTM['backgroundcolor'];

(
function(){

	var iframe_properties = {
		getClient : getClient,
		ref : document.referrer,
		u_h : iframeW,
		u_w : iframeH
	};
	var iframe_url = 'http://www.getmusic.ro/boxafiliati/boxst/index.php?';

	for (var x in iframe_properties)
	{
		iframe_url += x+'='+iframe_properties[x]+'&';
	}
	for (var x in AfiliatGTM){
    	iframe_url += x+'='+AfiliatGTM[x]+'&';
    }

	document.write('<iframe id="IframeIDGetMusic" name="getAffiliates" src="'+iframe_url+'" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" style="background:#'+bckColor+';" height="'+iframeH+'" scrolling="no" width="'+iframeW+'"></iframe>');
}
)()