function saveImpression() {
	var w = window
	ad_client = w.ms_ad_client
	ms_url = "http://www.moveandstay.com/affiliates/tracking.asp?ms_ad_client=" + ad_client
	//ms_url = "http://sabaai/moveandstay.com_com/affiliates/tracking.asp?ms_ad_client=" + ad_client

	iframe = "<iframe src=\""+ms_url+"\" width=\"0\" height=\"0\" noresize scrolling=\"no\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"></iframe>";
	document.write(iframe);
}

saveImpression();