// START RAcdn
	var ra_ref = "";
	var allCookies = document.cookie.split(";");
	for (var i = 0; i < allCookies.length; i ++) {
		var onePair = allCookies[i].split("=");
		if (onePair.length == 2) {
			if (onePair[0].replace(/\s/g, "") == "ra_ref") {
				ra_ref = onePair[1];
				break;
			}
		}
	}
	var hrefsplit = window.location.href.split("?");
	var sourceURL = hrefsplit[0];
	if (ra_ref == "") {
		if (hrefsplit.length == 2) {
			if (refmatch = hrefsplit[1].match(/\bref=([^&]+)/gi)) {
				for (var i = 0; i < refmatch.length; i++) {
					var refsplit = refmatch[i].split("=");
					if (refsplit.length == 2) {
						if (refsplit[0].toLowerCase() == "ref") {
							ra_ref = refsplit[1];
							break;
						}
					}
				}
			}
		}
	}
	if (ra_ref == ""){
		ra_ref = "SEA_1000";
	}
	document.getElementById('Seabourn_RAcdn').innerHTML = '<iframe scrolling=\"no\" width=\"970\" height=\"890\" frameborder=\"0\" marginheight=\"0\" id=\"Seabourn_Brox_RQ\" name=\"Seabourn_Brox_RQ\" src=\"https://www.revagency.net/ap5/vendors/Seabourn/BrochureFormStep01.cfm?source='+sourceURL+'&ra_ref='+ra_ref+'\"></iframe>';
	// END RAcdn
