function saveImpression() {
	var w = window
	ad_client = w.ms_ad_client
	ms_url = "http://www.moveandstay.com.au/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();
}

function show_banner() {
	var w = window;
	ad_client = w.ms_ad_client;
	ad_city = w.ms_ad_city;
	ad_style = w.ms_ad_style;
	ad_width = w.ms_ad_width;
	ad_height = w.ms_ad_height;
	//ms_url = "http://sabaai/moveandstay.com_com/affiliates/banner.asp?ms_ad_client=" + ad_client + "&ms_ad_city=" + ad_city + "&ms_ad_style=" + ad_style + "&ms_ad_width=" + ad_width + "&ms_ad_height=" + ad_height;
	ms_url = "http://affiliate.moveandstay.com/q.php?ms_ad_client=" + ad_client + "&ms_ad_city=" + ad_city + "&ms_ad_style=" + ad_style + "&ms_ad_width=" + ad_width + "&ms_ad_height=" + ad_height;

	iframe = "<iframe src=\""+ms_url+"\" width=\""+ad_width+"\" height=\""+ad_height+"\" noresize scrolling=\"no\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"></iframe>";
	document.write(iframe);
}

show_banner();