Domain aquascapesrc.ca
United States
BIZLAND-SD
Software information

Apache Apache

tcp/443 tcp/80

  • MacOS file listing through .DS_Store file
    First seen 2022-09-23 13:00
    Last seen 2024-09-21 00:02
    Open for 728 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe0a40c89c82dcf1cf38cf5388798efcba

      Found 15 files trough .DS_Store spidering:
      
      /shadowbox-index.html
      /src
      /src/adapter
      /src/lang
      /src/player
      /src/player/README
      /src/player/shadowbox-flv.js
      /src/player/shadowbox-html.js
      /src/player/shadowbox-iframe.js
      /src/player/shadowbox-img.js
      /src/player/shadowbox-qt.js
      /src/player/shadowbox-swf.js
      /src/player/shadowbox-wmp.js
      /src/shadowbox.js
      /src/skin
      Found on 2024-09-21 00:02
  • MacOS file listing through .DS_Store file
    First seen 2022-09-23 13:00
    Last seen 2024-09-21 00:02
    Open for 728 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe0a40c89c82dcf1cf38cf5388798efcba

      Found 15 files trough .DS_Store spidering:
      
      /shadowbox-index.html
      /src
      /src/adapter
      /src/lang
      /src/player
      /src/player/README
      /src/player/shadowbox-flv.js
      /src/player/shadowbox-html.js
      /src/player/shadowbox-iframe.js
      /src/player/shadowbox-img.js
      /src/player/shadowbox-qt.js
      /src/player/shadowbox-swf.js
      /src/player/shadowbox-wmp.js
      /src/shadowbox.js
      /src/skin
      Found on 2024-09-21 00:02
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-09-14 13:56

    HTTP/1.1 200 OK
    Date: Sat, 14 Sep 2024 13:56:22 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Sat, 14 Sep 2024 14:56:22 GMT
    Age: 0
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-09-14 13:45

    HTTP/1.1 200 OK
    Date: Sat, 14 Sep 2024 13:45:48 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Sat, 14 Sep 2024 14:22:52 GMT
    Age: 1376
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-14 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-09-12 19:16

    HTTP/1.1 200 OK
    Date: Thu, 12 Sep 2024 19:16:19 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Thu, 12 Sep 2024 20:16:18 GMT
    Age: 2
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-09-12 17:35

    HTTP/1.1 200 OK
    Date: Thu, 12 Sep 2024 17:35:55 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Thu, 12 Sep 2024 18:35:55 GMT
    Age: 0
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-09-11 01:50

    HTTP/1.1 200 OK
    Date: Wed, 11 Sep 2024 01:50:42 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Wed, 11 Sep 2024 02:50:41 GMT
    Age: 1
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-11 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-09-10 11:44

    HTTP/1.1 200 OK
    Date: Tue, 10 Sep 2024 11:44:16 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Tue, 10 Sep 2024 12:44:16 GMT
    Age: 0
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-09-08 16:31

    HTTP/1.1 200 OK
    Date: Sun, 08 Sep 2024 16:31:47 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Sun, 08 Sep 2024 17:31:44 GMT
    Age: 3
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-09-08 09:59

    HTTP/1.1 200 OK
    Date: Sun, 08 Sep 2024 09:59:36 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Sun, 08 Sep 2024 10:59:36 GMT
    Age: 0
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-08 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-09-06 19:14

    HTTP/1.1 200 OK
    Date: Fri, 06 Sep 2024 19:14:19 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Fri, 06 Sep 2024 20:14:17 GMT
    Age: 2
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-08-18 08:36

    HTTP/1.1 200 OK
    Date: Sun, 18 Aug 2024 08:36:58 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Sun, 18 Aug 2024 09:36:52 GMT
    Age: 6
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-18 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-08-16 11:11

    HTTP/1.1 200 OK
    Date: Fri, 16 Aug 2024 11:11:29 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Fri, 16 Aug 2024 12:11:27 GMT
    Age: 2
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-08-16 09:28

    HTTP/1.1 200 OK
    Date: Fri, 16 Aug 2024 09:28:53 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Fri, 16 Aug 2024 10:28:53 GMT
    Age: 0
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-08-14 11:50

    HTTP/1.1 200 OK
    Date: Wed, 14 Aug 2024 11:50:10 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Wed, 14 Aug 2024 12:34:36 GMT
    Age: 934
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-08-14 07:20

    HTTP/1.1 200 OK
    Date: Wed, 14 Aug 2024 07:20:54 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Wed, 14 Aug 2024 08:20:52 GMT
    Age: 2
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-08-12 17:03

    HTTP/1.1 200 OK
    Date: Mon, 12 Aug 2024 17:03:19 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Mon, 12 Aug 2024 18:03:19 GMT
    Age: 0
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-08-12 08:03

    HTTP/1.1 200 OK
    Date: Mon, 12 Aug 2024 08:03:27 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Mon, 12 Aug 2024 09:03:24 GMT
    Age: 3
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-08-10 21:15

    HTTP/1.1 200 OK
    Date: Sat, 10 Aug 2024 21:15:29 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Sat, 10 Aug 2024 21:53:40 GMT
    Age: 1309
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-08-10 05:35

    HTTP/1.1 200 OK
    Date: Sat, 10 Aug 2024 05:35:21 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Sat, 10 Aug 2024 06:35:19 GMT
    Age: 2
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 65.254.227.224:80 · aquascapesrc.ca

    2024-08-08 22:58

    HTTP/1.1 200 OK
    Date: Thu, 08 Aug 2024 22:58:55 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Thu, 08 Aug 2024 23:58:55 GMT
    Age: 1
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 65.254.227.224:443 · aquascapesrc.ca

    2024-08-08 03:33

    HTTP/1.1 200 OK
    Date: Thu, 08 Aug 2024 03:33:45 GMT
    Content-Type: text/html
    Content-Length: 18595
    Connection: close
    Server: Apache
    Last-Modified: Sun, 09 May 2010 23:21:14 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=3600
    Etag: "48a3-486318c682e80"
    Expires: Thu, 08 Aug 2024 04:33:41 GMT
    Age: 4
    
    Page title: Aquascapes Recreational Contractors
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<title>Aquascapes Recreational Contractors</title>
    
    	<meta name="title" content="Aquascapes Recreational Pool Contractors" />
    	<meta name="description" content="Pool design, installation and maintenance in Waterloo Ontario - Canada. We build high quality pools using the best materials and methods to suit our client's needs. We service the area of Kitchener, Waterloo, Cambridge, Guelph Ontario." />
    	<meta name="keywords" content="pool, installation, service, supplies, repairs, kitchener, waterloo, guelph, kafko, hayward, goldline, salt water pool, chlorinator, landscaping, leisurescapes, leak detection, pool leak, safety cover, pool cover, pool liner." />
        
    	<link rel="stylesheet" type="text/css" href="css/style.css" />
    	<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]-->
            
    	<link rel="aquascape icon"href="icon.ico"/>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.flow.1.2.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.cycle.lite.js"></script>
    	<script language="javascript" type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
    	<script language="javascript" type="text/javascript">
    		$(document).ready(function(){
    
    			$("#navigation").jFlow({
    				slides: "#content",
    				controller: ".tab", // must be class, use . sign
    				slideWrapper : "#jFlowSlide", // must be id, use # sign
    				selectedWrapper: "selected",  // just pure text, no sign
    				width: "100%",
    				height: "510px",
    				duration: 300,
    				prev: ".jFlowPrev", // must be class, use . sign
    				next: ".jFlowNext" // must be class, use . sign
    			});
    		});
    		
    		$(function() { 
    			$('#display').cycle(); 
    		});
    		
    		$(function() {
    			$('#portfolio_images a').lightBox();
        });
    	</script>
    
    	<!-- Setup of the shadowbox script. -->
    	<script type="text/javascript" src="src/adapter/shadowbox-base.js"></script>
    	<script type="text/javascript" src="src/shadowbox.js"></script>
    	<script type="text/javascript">
    		Shadowbox.loadSkin('classic', 'src/skin');
    		Shadowbox.loadLanguage('en', 'src/lang');
    		Shadowbox.loadPlayer('swf', 'src/player');
    		window.onload = function(){
    			Shadowbox.init();
    		};
    	</script>
    
    
      <script>
      $(document).ready(function(){
        jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
        phone_number = phone_number.replace(/\s+/g, ""); 
    	return this.optional(element) || phone_number.length > 9 &&
    		phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/);
    }, "Please specify a valid phone number");
    
    $("#commentForm").validate({
      rules: {
        field: {
          required: true,
          phoneUS: true
        }
      }
    });
      });
      </script>
    
    <style>#field { margin-left: .5em; float: left; }
      	#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
    	br { clear: both; }
    	input { margin-bottom: .5em; width:150px; }
    	input.error { border: 1px solid red; }
    	#contact_form label.error {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
    		padding-left: 16px;
    		margin-left: 10px;
    		float: left;
    	}
    	#contact_form label.valid {
    		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
    		display: block;
    		width: 16px;
    		height: 16px;
    	}
    </style>
    </head>
    <body>
    	<div id="headerback">
    	<div id="container">
    		<div id="header">
    	
    			
    			<!-- START FADE DISPLAY -->
    			
    Found 2024-08-08 by HttpPlugin
    Create report
*.aquascapesrc.caaquascapesrc.ca
CN:
*.aquascapesrc.ca
Key:
ECDSA-384
Issuer:
E6
Not before:
2024-07-22 15:31
Not after:
2024-10-20 15:31
Domain summary
IP summary