var gup = function( name ) {	var results = (new RegExp("[\\?&]"+name+"=([^&#]*)")).exec(window.location.href);	if ( results == null ) {return ""}	else {return results[1]}};if (typeof msg == 'undefined') msg="WARNING: PORNOGRAPHIC WEBSITE--STRICTLY PROHIBITED TO ANYONE UNDER 18\n\n This site is strictly reserved for a mature and cautioned audience as required\n by current law. This site contains X rated text, photographic and video images\n which might be found offensive.  \n\n CLICK OK TO ENTER, CANCEL TO LEAVE.\n\n"; 
if (typeof url_refus == 'undefined') url_refus = "http://www.camsympa.com/?id="+(gup('id')!="" ? gup('id') : "")+"&tracker="+(gup('tracker')!="" ? gup('tracker') : "")+"_disclaimer-exit&so=1&w=0&e=0";

if ( (gup('w') != '0' && gup('id') == '') || (gup('id') != '' && gup('w') == '1') )
{
	alert_result = confirm(msg);
	if (alert_result)
	{
		glue = window.location.href.indexOf('?') == -1 ? '?' : '&';
		if (window.location.search.indexOf('w=1') != -1){
			new_url = window.location.href.replace(/w=1/, "w=0");
		}
		else{
			new_url = window.location.href += glue + 'w=0';
		}
		window.location.replace(new_url);	
	}
	else
	{
		window.location.replace(url_refus)
	}
}
