// JavaScript Document



<!--
var msg_box ="You do not have permission to copy! © All content is the copyright of PSW Leisure Ltd™ and is protected by COPYSENTRY which will record and monitor your IP Address and website for plagiarised content. WE ALWAYS ACT ON ANY INFRINGEMENTS!";

function dis_rightclickIE(){
	if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
		alert(msg_box)
}

function dis_rightclickNS(e){
	if ((document.layers||document.getElementById&&!document.all) && (e.which==2||e.which==3))
	{
	alert(msg_box)
	return false;
	}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=dis_rightclickNS;
}
else if (document.all&&!document.getElementById){
document.onmousedown=dis_rightclickIE;
}
document.oncontextmenu=new Function("alert(msg_box);return false")
// --> 


<!--
//Disable select-text script (IE4+, NS6+)
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//-->



<!--
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-1744250-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
//-->
  
  
   
  // For discussion and comments, see: http://remysharp.com/2009/01/07/html5-enabling-script/
/*@cc_on'abbr article aside audio canvas details figcaption figure footer header hgroup mark menu meter nav output progress section summary time video'.replace(/\w+/g,function(n){document.createElement(n)})@*/


var addEvent = (function () {
  if (document.addEventListener) {
    return function (el, type, fn) {
      if (el && el.nodeName || el === window) {
        el.addEventListener(type, fn, false);
      } else if (el && el.length) {
        for (var i = 0; i < el.length; i++) {
          addEvent(el[i], type, fn);
        }
      }
    };
  } else {
    return function (el, type, fn) {
      if (el && el.nodeName || el === window) {
        el.attachEvent('on' + type, function () { return fn.call(el, window.event); });
      } else if (el && el.length) {
        for (var i = 0; i < el.length; i++) {
          addEvent(el[i], type, fn);
        }
      }
    };
  }
})();

(function () {

	var pre = document.createElement('pre');
	pre.id = "view-source"

	// private scope to avoid conflicts with demos
	addEvent(window, 'click', function (event) {
	  if (event.target.hash == '#view-source') {
	    // event.preventDefault();
	    if (!document.getElementById('view-source')) {
	      pre.innerHTML = ('<!DOCTYPE html>\n<html>\n' + document.documentElement.innerHTML + '\n</html>').replace(/[<>]/g, function (m) { return {'<':'&lt;','>':'&gt;'}[m]});
	      document.body.appendChild(pre);      
	    }
	    document.body.className = 'view-source';
	    
	    var sourceTimer = setInterval(function () {
	      if (window.location.hash != '#view-source') {
		clearInterval(sourceTimer);
		document.body.className = '';
	      }
	    }, 200);
	  }
	});
	
})();

  

addEvent(window, 'load', function (event) {
	var iframe = document.getElementById('quick-form-iframe').getElementsByTagName("iframe");
	iframe[0].allowTransparency = 'true';
});
  

