// Image Preloader
function preloadImages() {
	document.preload = new Array();
	if (document.images) {
		for (var i = 0; i < preloadImages.arguments.length; i++) {
			document.preload[i] = new Image();
			document.preload[i].src = preloadImages.arguments[i];
		}
	}
}

function sanitizedCheck(rawhtml) {
  if ((rawhtml.indexOf("<a ") == -1) && (rawhtml.indexOf("<A ") == -1)) {
    document.write("<center><b><a class='highlight' href='http://www.stlouiswedding.com/forum/index.php?showtopic=214' target='_blank'>Attention Ad Blocker Users</a></b></center>");
  }
}
