-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheck.html
109 lines (46 loc) · 1.81 KB
/
check.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!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"><head><title>Check</title>
<meta name="robots" content="noindex, nofollow">
<style>
* {font-size:9pt;
font-family:Arial, Helvetica, sans-serif;}
body {background:#999999;
padding:0px;
margin:2px;}
#cont {border:solid #333333 1px;
background:#ffffff;
padding:10px;}
</style>
<!-- --------- Google Analytics subdomain ----------- -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29737687-1']);
_gaq.push(['_setDomainName', 'thepaydayhound.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- --------- Google Analytics subdomain ----------- -->
</head><body>
<div id="cont">
<br>
<center>
<p><img src="img/pictureofcheck.jpg" alt="Check" width="477" height="236" border="0"></p>
<p> </p>
</center>
<br>
<b>ABA Routing Number:</b><br>
This 9-digit number identifies your bank. The number starts with 0, 1, 2, or 3.
<br><br>
<b>Account Number:</b><br>
This checking account number, assigned by your bank, is 6 digits or more.
<br>
<br>
<b>Check Number:</b><br>
This sequential number, printed in two locations, allows you to keep track of the checks you write.<br>
<b>DO NOT</b> include your check number when filling out the ABA or Account number boxes.
</div>
</body></html>