// JavaScript Document
jQuery(document).ready(function(){
	jQuery("a").live("click", function() {
		var url = $(this).attr("href");
		if (! /^https?:\/\/./.test(url) || /https?:\/\/www\.forcedbicuckolds\.com/.test(url) ||  /https?:\/\/www\.cumeatingcuckolds\.com\/guest\/join/.test(url)) {
			window.localLinkClicked = true; 
		}
	});
});
window.localLinkClicked = false;
window.onbeforeunload = function(e) {
    if (!window.localLinkClicked) {
		if(confirm('Wait! Before you go, please share your stories or experiences on the cuckold message forum.')) {
			window.location.href = "http://www.forcedbicuckolds.com/cuckold-message-forum";
			return true;
		}else{
			if(window.event) {
				window.event.returnValue = false;
			}else{
				e.preventDefault();
			}
			  return false;
		}		
		/*var conf = confirm("Wait! Before you go, please share your stories or experiences on the cuckold message forum.")
		if(conf)
        	window.location.href = "http://www.forcedbicuckolds.com/cuckold-message-forum";*/
    }
}

