var screenWidth = screen.width;var screenHeight = screen.height;var key = "QJd8R4soP2bV@1dLkz49W";var width;var height;switch (parseInt(banner_type)){	case 1:		// Leaderboard		width = 728;		height = 90;		break;
	case 2:		// Vertical Skyscraper		width = 120;		height = 600;		break;
	case 3:		// Email		width = 234;		height = 60;		break;
	case 4:		// Normal Banner		width = 472;		height = 65;		break;
	case 5:		// Rectangle		width = 300;		height = 250;		break;
	case 6:		// Other		width = banner_width;		height = banner_height;		break;
	default:		// Custom banner		width = banner_width;		height = banner_height;		break;}// Add some leverage to the width and height.width = parseInt(width) + 0;height = parseInt(height) + 0;
var url = "http://www.advertiseme.com.au/admanagement/Impressions.asp?key=" + key + "&bid=" + banner_id + "&btype=" + banner_type + "&bw=" + width + "&bh=" + height + "&alt=" + alt_text + "&w=" + screenWidth + "&h=" + screenHeight;//var url = "http://server/admanagement/Impressions.asp?key=" + key + "&bid=" + banner_id + "&btype=" + banner_type + "&bw=" + width + "&bh=" + height + "&alt=" + alt_text + "&w=" + screenWidth + "&h=" + screenHeight;
document.write("<iframe src=\"" + url + "\" frameborder=\"0\" width=\"" + width + "\" height=\"" + height + "\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\"></iframe>");

