govkit-ca 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/Rakefile +1 -1
- data/govkit-ca.gemspec +8 -8
- data/lib/gov_kit-ca/postal_code/strategy/base.rb +33 -1
- data/lib/gov_kit-ca/postal_code/strategy/{cbc-ca.rb → cbc_ca.rb} +6 -13
- data/lib/gov_kit-ca/postal_code/strategy/{conservative-ca.rb → conservative_ca.rb} +2 -4
- data/lib/gov_kit-ca/postal_code/strategy/digital-copyright_ca.rb +27 -0
- data/lib/gov_kit-ca/postal_code/strategy/{elections-ca.rb → elections_ca.rb} +2 -4
- data/lib/gov_kit-ca/postal_code/strategy/{greenparty-ca.rb → greenparty_ca.rb} +3 -5
- data/lib/gov_kit-ca/postal_code/strategy/{liberal-ca.rb → liberal_ca.rb} +3 -5
- data/lib/gov_kit-ca/postal_code/strategy/{ndp-ca.rb → ndp_ca.rb} +3 -5
- data/lib/gov_kit-ca/postal_code/strategy/{parl-gc-ca.rb → parl_gc_ca.rb} +3 -5
- data/lib/gov_kit-ca/postal_code/{strategy.rb → strategy_set.rb} +1 -7
- data/lib/gov_kit-ca/postal_code.rb +9 -3
- data/lib/gov_kit-ca/version.rb +1 -1
- data/lib/gov_kit-ca.rb +2 -1
- data/spec/cbc_ca_spec.rb +13 -6
- data/spec/digital-copyright_ca_spec.rb +32 -0
- data/spec/elections_ca_spec.rb +7 -0
- data/spec/fixtures/cbc_ca/A1A1A1.response +11 -0
- data/spec/fixtures/cbc_ca/G0C2Y0.response +11 -0
- data/spec/fixtures/cbc_ca/H0H0H0.response +309 -0
- data/spec/fixtures/cbc_ca/K0A1K0.response +11 -0
- data/spec/fixtures/cbc_ca/T5S2B9.response +11 -0
- data/spec/fixtures/cbc_ca/X1B1B1.response +309 -0
- data/spec/fixtures/conservative_ca/A1A1A1.response +467 -0
- data/spec/fixtures/conservative_ca/G0C2Y0.response +467 -0
- data/spec/fixtures/conservative_ca/H0H0H0.response +467 -0
- data/spec/fixtures/conservative_ca/K0A1K0.response +467 -0
- data/spec/fixtures/conservative_ca/T5S2B9.response +467 -0
- data/spec/fixtures/conservative_ca/X1B1B1.response +467 -0
- data/spec/fixtures/digital-copyright_ca/A1A1A1.response +262 -0
- data/spec/fixtures/digital-copyright_ca/G0C2Y0.response +263 -0
- data/spec/fixtures/digital-copyright_ca/H0H0H0.response +278 -0
- data/spec/fixtures/digital-copyright_ca/K0A1K0.response +264 -0
- data/spec/fixtures/digital-copyright_ca/T5S2B9.response +267 -0
- data/spec/fixtures/digital-copyright_ca/X1B1B1.response +278 -0
- data/spec/fixtures/elections_ca/A1A1A1.response +12 -0
- data/spec/fixtures/elections_ca/G0C2Y0.response +12 -0
- data/spec/fixtures/elections_ca/H0H0H0.response +11 -0
- data/spec/fixtures/elections_ca/K0A1K0.response +11 -0
- data/spec/fixtures/elections_ca/T5S2B9.response +12 -0
- data/spec/fixtures/elections_ca/X1B1B1.response +11 -0
- data/spec/fixtures/greenparty_ca/A1A1A1.response +13 -0
- data/spec/fixtures/greenparty_ca/G0C2Y0.response +13 -0
- data/spec/fixtures/greenparty_ca/H0H0H0.response +13 -0
- data/spec/fixtures/greenparty_ca/K0A1K0.response +13 -0
- data/spec/fixtures/greenparty_ca/T5S2B9.response +13 -0
- data/spec/fixtures/greenparty_ca/X1B1B1.response +13 -0
- data/spec/fixtures/liberal_ca/A1A1A1.response +582 -0
- data/spec/fixtures/liberal_ca/G0C2Y0.response +582 -0
- data/spec/fixtures/liberal_ca/H0H0H0.response +663 -0
- data/spec/fixtures/liberal_ca/K0A1K0.response +663 -0
- data/spec/fixtures/liberal_ca/T5S2B9.response +663 -0
- data/spec/fixtures/liberal_ca/X1B1B1.response +663 -0
- data/spec/fixtures/ndp_ca/A1A1A1.response +12 -0
- data/spec/fixtures/ndp_ca/G0C2Y0.response +12 -0
- data/spec/fixtures/ndp_ca/H0H0H0.response +12 -0
- data/spec/fixtures/ndp_ca/K0A1K0.response +12 -0
- data/spec/fixtures/ndp_ca/T5S2B9.response +12 -0
- data/spec/fixtures/ndp_ca/X1B1B1.response +12 -0
- data/spec/fixtures/parl_gc_ca/A1A1A1.response +337 -0
- data/spec/fixtures/parl_gc_ca/G0C2Y0.response +337 -0
- data/spec/fixtures/parl_gc_ca/H0H0H0.response +226 -0
- data/spec/fixtures/parl_gc_ca/K0A1K0.response +784 -0
- data/spec/fixtures/parl_gc_ca/T5S2B9.response +511 -0
- data/spec/fixtures/parl_gc_ca/X1B1B1.response +226 -0
- data/spec/greenparty_ca_spec.rb +7 -0
- data/spec/liberal_ca_spec.rb +10 -2
- data/spec/ndp_ca_spec.rb +7 -0
- data/spec/postal_code_spec.rb +13 -0
- data/spec/spec_helper.rb +13 -0
- data/spec/strategy_set_spec.rb +0 -0
- data/tasks/postal-code-for-districts.csv +212 -0
- data/tasks/tasks.rb +73 -0
- metadata +180 -98
- data/lib/gov_kit-ca/postal_code/strategy/digital_copyright-ca.rb +0 -28
- data/tasks/rid_to_edid.rb +0 -136
@@ -0,0 +1,309 @@
|
|
1
|
+
HTTP/1.1 404 Not Found
|
2
|
+
Server: Apache/2.2.3 (Red Hat)
|
3
|
+
X-Origin-Server: web20:sb10
|
4
|
+
Content-Type: text/html
|
5
|
+
Cache-Control: public, max-age=0
|
6
|
+
Date: Sun, 05 Jun 2011 03:16:40 GMT
|
7
|
+
Content-Length: 14172
|
8
|
+
Connection: close
|
9
|
+
|
10
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
11
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
12
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
+
<head>
|
14
|
+
<meta name="application-name" content="www.cbc.ca" />
|
15
|
+
<meta name="msapplication-tooltip" content="CBC.ca is Canada's Online Information Source." />
|
16
|
+
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
|
17
|
+
<meta name="msapplication-starturl" content="/" />
|
18
|
+
<meta name="msapplication-window" content="width=1024;height=768" />
|
19
|
+
<meta name="msapplication-task" content="name=CBC;action-uri=http://www.cbc.ca/;icon-uri=/favicon.ico"/>
|
20
|
+
<meta name="msapplication-task" content="name=CBC News;action-uri=http://www.cbc.ca/news;icon-uri=/favicon.ico"/>
|
21
|
+
<meta name="msapplication-task" content="name=CBC Sports;action-uri=http://www.cbc.ca/sports;icon-uri=/favicon.ico"/>
|
22
|
+
<meta name="msapplication-task" content="name=CBC Radio;action-uri=http://www.cbc.ca/radio;icon-uri=/favicon.ico"/>
|
23
|
+
<meta name="msapplication-task" content="name=CBC Television;action-uri=http://www.cbc.ca/television;icon-uri=/favicon.ico"/>
|
24
|
+
<script type="text/javascript" src="/g/i/global.js" id="yuiglobalnode"></script>
|
25
|
+
<script type="text/javascript" src="/g/i/loader.js"></script>
|
26
|
+
|
27
|
+
<!-- START INTERCEPTUM -->
|
28
|
+
<style type="text/css">
|
29
|
+
<!--
|
30
|
+
.intercept_link { color: white; }
|
31
|
+
.intercept_container { color: white; background-color: #115278; font-size: 17px; }
|
32
|
+
.intercept_window { border-style: solid; border-width: 1px; border-color: #000000; background-color: #FFFFFF; width: 690px; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -moz-box-shadow: 0 7px 10px #262626; }
|
33
|
+
-->
|
34
|
+
</style>
|
35
|
+
<!-- END INTERCEPTUM -->
|
36
|
+
|
37
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
38
|
+
<title>Sorry - we can't find that page</title>
|
39
|
+
|
40
|
+
<meta http-equiv="refresh" content="45; url=/sitemap/">
|
41
|
+
|
42
|
+
<link rel="stylesheet" href="/includes/css/error.css" type="text/css" />
|
43
|
+
<script language="javascript">
|
44
|
+
advertising_zone = "error";
|
45
|
+
</script>
|
46
|
+
</head>
|
47
|
+
<body>
|
48
|
+
<script type="text/javascript" src="/g/stats/cbc_sitecatalyst.js"></script>
|
49
|
+
<script type="text/javascript" src="/g/stats/sccore.js"></script>
|
50
|
+
<script type="text/javascript" src="/g/stats/linktracker.js"></script>
|
51
|
+
|
52
|
+
<div id="accessibilitylinks">
|
53
|
+
<h2>Accessibility Links</h2>
|
54
|
+
<ul>
|
55
|
+
<li><a href="#content" id="skipnav" title="skip to main content">Skip to main content</a></li>
|
56
|
+
|
57
|
+
<li><a href="/accessibility/" title="skip to cbc accessibility page">Skip to CBC accessibility page</a></li>
|
58
|
+
</ul>
|
59
|
+
</div>
|
60
|
+
<div id="gnwrap">
|
61
|
+
<div id="gnadww" class="clearfix">
|
62
|
+
<div id="gnweather"> </div>
|
63
|
+
|
64
|
+
<div id="masthead-ad" class="ad-728x90">
|
65
|
+
<script type="text/javascript" src="/includes/ads/masthead_ads.js"></script>
|
66
|
+
<script type="text/javascript">
|
67
|
+
/* <[![CDATA */
|
68
|
+
|
69
|
+
Ads.defaultAdVars();
|
70
|
+
|
71
|
+
try {
|
72
|
+
if(window.top !== window.self) {
|
73
|
+
Ads.iframeSrcParse();
|
74
|
+
}
|
75
|
+
} catch(e) {}
|
76
|
+
Ads.displayAd();
|
77
|
+
/* ]]> */
|
78
|
+
</script>
|
79
|
+
<noscript><a href="http://ad.doubleclick.net/ad/cbc.ca/nozone/;pos=topleader;dcopt=ist;tile=1;sz=728x90;page="story";section="null";category="null";ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/cbc.ca/nozone/;dcopt=ist;tile=1;sz=728x90;page="story";section="null";category="null";ord=123456789?" width="728" height="90" border="0" alt="Advertisment" /></a></noscript>
|
80
|
+
</div>
|
81
|
+
|
82
|
+
|
83
|
+
</div>
|
84
|
+
<div id="gn" class="v10">
|
85
|
+
<h2>CBC Global Header Navigation</h2>
|
86
|
+
<div id="gnav">
|
87
|
+
<ul id="gnavl">
|
88
|
+
<li id="gnhome"><a href="http://www.cbc.ca" title="CBC.ca Home Page" target="_top"><span>CBC.ca</span></a></li>
|
89
|
+
<li id="gnnews" class="btn">
|
90
|
+
<a class="em" href="http://www.cbc.ca/news" target="_top">News</a>
|
91
|
+
<a id="gnnewsdd" class="caret" href="http://www.cbc.ca/news" target="_top">news drop down menu</a>
|
92
|
+
</li>
|
93
|
+
<li id="gnsports" class="btn">
|
94
|
+
<a class="em" href="http://www.cbc.ca/sports" target="_top">Sports</a>
|
95
|
+
<a id="gnsportsdd" class="caret" href="http://www.cbc.ca/sports" target="_top">sports drop down menu</a>
|
96
|
+
</li>
|
97
|
+
<li id="gnradio" class="btn">
|
98
|
+
<a class="em" href="http://www.cbc.ca/radio" target="_top">Radio</a>
|
99
|
+
<a id="gnradiodd" class="caret" href="http://www.cbc.ca/radio" target="_top">radio drop down menu</a>
|
100
|
+
</li>
|
101
|
+
<li id="gntv" class="btn">
|
102
|
+
<a class="em" href="http://www.cbc.ca/television" target="_top">TV</a>
|
103
|
+
<a id="gntvdd" class="caret" href="http://www.cbc.ca/television" target="_top">tv drop down menu</a>
|
104
|
+
</li>
|
105
|
+
<li id="gnmyr" class="btn lnk">
|
106
|
+
<a id="gnmyrem" class="em" href="http://www.cbc.ca/canada" target="_top">My Region <em>drop down menu</em></a>
|
107
|
+
<span id="gnmyrdd" class="caret"> </span>
|
108
|
+
</li>
|
109
|
+
<li id="gnmore" class="btn lnk">
|
110
|
+
<a id="gnmoreem" href="http://www.cbc.ca/help/sitemap.html" class="em" target="_top">More <em>drop down menu</em></a>
|
111
|
+
<span id="gnmoredd" class="caret"> </span>
|
112
|
+
</li>
|
113
|
+
<li id="gnwatch" class="btn lnk wl">
|
114
|
+
<a id="gnwatchem" href="http://www.cbc.ca/video" class="em" target="_top">Watch <em>drop down menu</em></a>
|
115
|
+
<span id="gnwatchdd" class="caret"> </span>
|
116
|
+
</li>
|
117
|
+
<li id="gnlisten" class="btn lnk wl">
|
118
|
+
<a id="gnlistenem" href="http://www.cbc.ca/listen" class="em" target="_top">Listen <em>drop down menu</em></a>
|
119
|
+
<span id="gnlistendd" class="caret"> </span>
|
120
|
+
</li>
|
121
|
+
</ul>
|
122
|
+
<form name="gnsearch" action="http://www.cbc.ca/search/cbc" accept-charset="utf-8" method="GET" id="gnsrch" target="_top">
|
123
|
+
<input type="hidden" name="ie" value="utf8" />
|
124
|
+
<input type="hidden" name="site" value="CBC" />
|
125
|
+
<input type="hidden" name="output" value="xml_no_dtd" />
|
126
|
+
<input type="hidden" name="getfields" value="description" />
|
127
|
+
<input type="hidden" name="oe" value="utf8" />
|
128
|
+
<input type="hidden" name="safe" value="high" />
|
129
|
+
<label for="q">Search CBC.ca</label>
|
130
|
+
<input type="text" name="q" value="" id="gnq" />
|
131
|
+
<label for="s">Submit Search</label>
|
132
|
+
<input type="submit" name="s" id="gns" value="" title="Search"/></form>
|
133
|
+
<ul id="gnlogin">
|
134
|
+
<li class="btn"><a id="gnsignupmodal" href="http://www.cbc.ca/membercentre/SignUp.aspx" target="_blank">Sign Up</a></li>
|
135
|
+
<li class="btn last"><a id="gnloginmodal" href="https://sso.cbc.ca/SSOAuthenticationDomain.ashx?mode=login&redirecturl=http://www.cbc.ca/" target="_top">Log In</a></li>
|
136
|
+
</ul>
|
137
|
+
</div>
|
138
|
+
<div id="dropzone"> </div>
|
139
|
+
</div>
|
140
|
+
|
141
|
+
</div>
|
142
|
+
<script type="text/javascript">
|
143
|
+
if (!_CBC_MODULES.modules.cbc_globalnav) _CBC_MODULES.modules.cbc_globalnav = { type:"js", fullpath:"/i/o/globalnav/v10/globalnav-min.js", requires: ['cbc_core', 'node', 'event'] };
|
144
|
+
if (!_CBC_MODULES.modules.cbc_globalnav_menu_style) _CBC_MODULES.modules.cbc_globalnav_menu_style = { type:"css", fullpath:"/i/o/globalnav/v10/css/dropdown.css" };
|
145
|
+
YUI(_CBC_MODULES).use('cbc_globalnav', function(Y, result){
|
146
|
+
if (result.success){
|
147
|
+
CBC.namespace("CBC.APP").globalnav = new CBC.APP.Globalnav();
|
148
|
+
var params = {};
|
149
|
+
|
150
|
+
CBC.APP.globalnav.init(Y, params);
|
151
|
+
CBC.APP.Instances.add("globalnav",CBC.APP.globalnav);
|
152
|
+
}
|
153
|
+
});
|
154
|
+
</script>
|
155
|
+
<div id="body">
|
156
|
+
<div id="zonebar">
|
157
|
+
<div id="zone">
|
158
|
+
<a href="/help/sitemap.html" title="CBC Site Map"><img src="/includes/gfx/cbc-logo.gif" alt="CBC.ca"/></a>
|
159
|
+
</div>
|
160
|
+
</div>
|
161
|
+
<div id="content" class="clearfix">
|
162
|
+
<div id="full" class="module clearfix">
|
163
|
+
|
164
|
+
<h2 class="modhead">Sorry, we can't find the page you requested. </h2>
|
165
|
+
<ol>
|
166
|
+
<li>Please check the URL in the address bar, or ...</li>
|
167
|
+
<li>Use the navigation links at left to explore our site, or ...</li>
|
168
|
+
<li>Enter a term in the Quick Search box at top, or ...</li>
|
169
|
+
<li>Visit our <a href="/sitemap/">site map </a>page</li>
|
170
|
+
</ol>
|
171
|
+
<p>In a few moments, you will be taken to our site map page, which will help you find what you looking for.</p>
|
172
|
+
|
173
|
+
</div>
|
174
|
+
<div id="footer" class="v10">
|
175
|
+
<h2>CBC Global Footer Navigation</h2>
|
176
|
+
<div id="ftr-ptls" class="clearfix">
|
177
|
+
<div class="main">
|
178
|
+
<h3>CBC.ca</h3>
|
179
|
+
<ul>
|
180
|
+
<!--<li><a target="_top" href="#">CBC Media Player</a></li>-->
|
181
|
+
<li><a target="_top" href="http://www.cbc.ca/aboriginal/">Aboriginal</a></li>
|
182
|
+
<li><a target="_top" href="http://www.cbc.ca/books/">Books</a></li>
|
183
|
+
<li><a target="_top" href="http://www.cbc.ca/contests/">Contests</a></li>
|
184
|
+
<li><a target="_top" href="http://archives.cbc.ca/">Digital Archives</a></li>
|
185
|
+
<li><a target="_top" href="http://www.cbc.ca/documentaries/">Documentaries</a></li>
|
186
|
+
<li><a target="_top" href="http://www.cbc.ca/kids/">Kids</a></li>
|
187
|
+
<li><a target="_top" href="http://www.cbc.ca/kidscbc/">Kids' CBC Preschool</a></li>
|
188
|
+
</ul>
|
189
|
+
<ul>
|
190
|
+
<li><a target="_top" href="http://www.kidscbcwonderworld.ca/">Kids' CBC Wonder World</a></li>
|
191
|
+
<li><a target="_top" href="http://www.cbc.ca/news/">News</a></li>
|
192
|
+
<li><a target="_top" href="http://www.cbc.ca/parents/">Parents</a></li>
|
193
|
+
<li><a target="_top" href="http://www.cbc.ca/programguide/">Program Guide</a></li>
|
194
|
+
<li><a target="_top" href="http://www.cbc.ca/radio/">Radio</a></li>
|
195
|
+
<li><a target="_top" href="http://www.cbc.ca/sports/">Sports</a></li>
|
196
|
+
<li><a target="_top" href="http://www.cbc.ca/television/">Television</a></li>
|
197
|
+
</ul>
|
198
|
+
<ul>
|
199
|
+
<li><a target="_top" href="https://membercentre.cbc.ca/">CBC Member Centre</a></li>
|
200
|
+
<li><a target="_top" href="http://www.cbc.ca/video/">CBC Player</a></li>
|
201
|
+
<li><a target="_top" href="http://www.cbc.ca/shop/">CBC Shop</a></li>
|
202
|
+
</ul>
|
203
|
+
</div>
|
204
|
+
<div class="main corp">
|
205
|
+
<h3>Corporate</h3>
|
206
|
+
<ul>
|
207
|
+
<li><a target="_top" href="http://www.cbc.radio-canada.ca/">About CBC</a></li>
|
208
|
+
<li><a target="_top" href="http://cbc.radio-canada.ca/jobs/">Jobs</a></li>
|
209
|
+
<li><a target="_top" href="http://cbc.radio-canada.ca/facilities/toronto">Visit the Canadian Broadcasting Centre</a></li>
|
210
|
+
<li><a target="_top" href="http://www.cbc.ca/productionfacilities/">Production Facilities</a></li>
|
211
|
+
<li><a target="_top" href="http://cbcmobileproductions.ca/">Mobile Production Rentals</a></li>
|
212
|
+
<li><a target="_top" href="http://www.cbc.ca/ombudsman/">Ombudsman</a></li>
|
213
|
+
<li><a target="_top" href="http://cbc.radio-canada.ca/media/">CBC: Get the Facts</a></li>
|
214
|
+
</ul>
|
215
|
+
<ul>
|
216
|
+
<li><a target="_top" href="http://www.cbc.ca/independentproducers/">Independent Producers</a></li>
|
217
|
+
<li><a target="_top" href="http://www.cbc.ca/programsales/">Program and Content Sales</a></li>
|
218
|
+
<li><a target="_top" href="http://www.cbc.ca/archivesales/">Archive Sales</a></li>
|
219
|
+
<li><a target="_top" href="http://www.cbclearning.ca/">Educational Sales</a></li>
|
220
|
+
<li><a target="_top" href="http://www.cbc.ca/services/tapes_tr.html">Tapes, Transcripts and Image Assets</a></li>
|
221
|
+
<li><a target="_top" href="http://www.cbc.radio-canada.ca/dtv/">Digital TV</a></li>
|
222
|
+
</ul>
|
223
|
+
</div>
|
224
|
+
</div>
|
225
|
+
<div id="ftr-connect" class="clearfix">
|
226
|
+
<h3>Stay Connected</h3>
|
227
|
+
<ul>
|
228
|
+
<li><a target="_top" href="http://www.cbc.ca/mobile/services/">Mobile</a></li>
|
229
|
+
<li><a target="_top" href="http://www.cbc.ca/rss/">RSS</a></li>
|
230
|
+
<li><a target="_top" href="http://www.cbc.ca/podcasting/">Podcasts</a></li>
|
231
|
+
<!--<li><a target="_top" href="http://twitter.com/cbc">Twitter</a></li>-->
|
232
|
+
<li class="last"><span>Member Services:</span><a target="_top" href="https://membercentre.cbc.ca/CurrentSubscriptions.aspx">Newsletters & Alerts</a></li>
|
233
|
+
<!--<li class="last"><a target="_top" href="#">More CBC Tools & Services</a></li>-->
|
234
|
+
</ul>
|
235
|
+
</div>
|
236
|
+
<div id="ftr-core" class="clearfix">
|
237
|
+
<h3>CBC Links</h3>
|
238
|
+
<ul class="terms clearfix">
|
239
|
+
<li><a target="_top" href="http://www.cbc.ca/aboutcbc/discover/termsofuse.html">Terms Of Use</a></li>
|
240
|
+
<li><a target="_top" href="http://www.cbc.ca/permissions/">Reuse & Permissions</a></li>
|
241
|
+
<li><a target="_top" href="http://www.cbcmediasales.ca/">Advertise</a></li>
|
242
|
+
<li><a target="_top" href="http://www.cbc.ca/aboutcbc/discover/privacy.html">Privacy</a></li>
|
243
|
+
<!--<li><a target="_top" href="#">Accessibility</a></li>-->
|
244
|
+
<li><a target="_top" href="http://www.cbc.ca/sitemap/">Site Map</a></li>
|
245
|
+
<li><a target="_top" href="http://www.cbc.ca/contact/">Contact Us</a></li>
|
246
|
+
</ul>
|
247
|
+
<a id="ftr-cbcrc" target="_top" href="http://www.cbc.radio-canada.ca/">CBC Radio-Canada</a>
|
248
|
+
<div id="ftr-end" class="clearfix">
|
249
|
+
<span>Copyright © CBC 2011</span>
|
250
|
+
<ul class="affs">
|
251
|
+
<li><a target="_top" href="http://www.cbc.radio-canada.ca/">cbc.radio-canada.ca</a></li>
|
252
|
+
<li><a target="_top" href="http://www.cbc.ca/">cbc.ca</a></li>
|
253
|
+
<li><a target="_top" href="http://www.radio-canada.ca/">radio-canada.ca</a></li>
|
254
|
+
</ul>
|
255
|
+
</div>
|
256
|
+
</div>
|
257
|
+
</div>
|
258
|
+
|
259
|
+
</div>
|
260
|
+
</div>
|
261
|
+
|
262
|
+
<script type="text/javascript">
|
263
|
+
//<![CDATA[
|
264
|
+
try{
|
265
|
+
if(!CBC) { var CBC = {}; }
|
266
|
+
if(!CBC.APP) { CBC.APP = {}; }
|
267
|
+
if(!CBC.APP.SC) { CBC.APP.SC = {}; }
|
268
|
+
|
269
|
+
var pageUrl = window.location.href.replace(/https*:\/\//,'');
|
270
|
+
|
271
|
+
CBC.APP.SC.QueryString = "contentarea=404&contenttype=error&subsection1=" + pageUrl
|
272
|
+
|
273
|
+
}catch(e){
|
274
|
+
}
|
275
|
+
//]]>
|
276
|
+
</script>
|
277
|
+
|
278
|
+
<script type="text/javascript" src="/g/stats/pagetracker.js"></script>
|
279
|
+
<!-- START INTERCEPTUM -->
|
280
|
+
<script type="text/javascript" src="/g/i/intercept.js"></script>
|
281
|
+
<script type="text/javascript">
|
282
|
+
YUI(_CBC_LOADER).use('node',function(Y,result) {
|
283
|
+
if(result.success) {
|
284
|
+
Y.on('domready',function() {
|
285
|
+
try {
|
286
|
+
InterceptInitializer.loadInterceptScript( );
|
287
|
+
} catch ( e ) {}
|
288
|
+
})
|
289
|
+
}
|
290
|
+
});
|
291
|
+
</script>
|
292
|
+
<!-- END INTERCEPTUM -->
|
293
|
+
|
294
|
+
<script type="text/javascript">
|
295
|
+
if (typeof COMSCORE == 'undefined') {
|
296
|
+
YUI(_CBC_MODULES).use('comscore', function(Y,result) {
|
297
|
+
if (result.success) {
|
298
|
+
if (typeof advertising_zone != 'string')
|
299
|
+
var advertising_zone = '';
|
300
|
+
COMSCORE.beacon({c1:2,c2:3005684,c3:"",c4:escape(window.location.href),c5:"CBC.ca-CanadianNewsSportsEntertainmentKidsDocsRadioTV",c6:advertising_zone,c7:escape(window.location.href),c8:escape(document.title),c9:escape(document.referrer),c15:""});
|
301
|
+
}
|
302
|
+
});
|
303
|
+
}
|
304
|
+
</script>
|
305
|
+
<!-- <noscript><img src="http://b.scorecardresearch.com/p?c1=2&c2=3005684&c3=&c4=cbc.ca&c5=CanadianNewsSportsEntertainmentKidsDocsRadioTV&c6=&c15=&cj=1" alt=""/></noscript> -->
|
306
|
+
|
307
|
+
|
308
|
+
</body>
|
309
|
+
</html>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: Apache/2.2.3 (Red Hat)
|
3
|
+
Content-Length: 335
|
4
|
+
Content-Type: text/html
|
5
|
+
X-Origin-Server: web18:sb10
|
6
|
+
Cache-Control: max-age=10
|
7
|
+
Expires: Sun, 05 Jun 2011 03:16:50 GMT
|
8
|
+
Date: Sun, 05 Jun 2011 03:16:40 GMT
|
9
|
+
Connection: close
|
10
|
+
|
11
|
+
[{"rid":194,"name":"Stormont - Dundas - South Glengarry"},{"rid":133,"name":"Glengarry - Prescott - Russell"},{"rid":159,"name":"Nepean - Carleton"},{"rid":120,"name":"Carleton - Mississippi Mills"},{"rid":148,"name":"Lanark - Frontenac - Lennox and Addington"},{"rid":170,"name":"Ottawa - Orl�ans"},{"rid":171,"name":"Ottawa South"}]
|
@@ -0,0 +1,11 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: Apache/2.2.3 (Red Hat)
|
3
|
+
Content-Length: 90
|
4
|
+
Content-Type: text/html
|
5
|
+
X-Origin-Server: web15:sb10
|
6
|
+
Cache-Control: max-age=10
|
7
|
+
Expires: Sun, 05 Jun 2011 03:16:49 GMT
|
8
|
+
Date: Sun, 05 Jun 2011 03:16:39 GMT
|
9
|
+
Connection: close
|
10
|
+
|
11
|
+
[{"rid":257,"name":"Edmonton - Spruce Grove"},{"rid":255,"name":"Edmonton - St. Albert"}]
|
@@ -0,0 +1,309 @@
|
|
1
|
+
HTTP/1.1 404 Not Found
|
2
|
+
Server: Apache/2.2.3 (Red Hat)
|
3
|
+
X-Origin-Server: web22:sb10
|
4
|
+
Content-Type: text/html
|
5
|
+
Cache-Control: public, max-age=0
|
6
|
+
Date: Sun, 05 Jun 2011 03:16:41 GMT
|
7
|
+
Content-Length: 14172
|
8
|
+
Connection: close
|
9
|
+
|
10
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
11
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
12
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
+
<head>
|
14
|
+
<meta name="application-name" content="www.cbc.ca" />
|
15
|
+
<meta name="msapplication-tooltip" content="CBC.ca is Canada's Online Information Source." />
|
16
|
+
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
|
17
|
+
<meta name="msapplication-starturl" content="/" />
|
18
|
+
<meta name="msapplication-window" content="width=1024;height=768" />
|
19
|
+
<meta name="msapplication-task" content="name=CBC;action-uri=http://www.cbc.ca/;icon-uri=/favicon.ico"/>
|
20
|
+
<meta name="msapplication-task" content="name=CBC News;action-uri=http://www.cbc.ca/news;icon-uri=/favicon.ico"/>
|
21
|
+
<meta name="msapplication-task" content="name=CBC Sports;action-uri=http://www.cbc.ca/sports;icon-uri=/favicon.ico"/>
|
22
|
+
<meta name="msapplication-task" content="name=CBC Radio;action-uri=http://www.cbc.ca/radio;icon-uri=/favicon.ico"/>
|
23
|
+
<meta name="msapplication-task" content="name=CBC Television;action-uri=http://www.cbc.ca/television;icon-uri=/favicon.ico"/>
|
24
|
+
<script type="text/javascript" src="/g/i/global.js" id="yuiglobalnode"></script>
|
25
|
+
<script type="text/javascript" src="/g/i/loader.js"></script>
|
26
|
+
|
27
|
+
<!-- START INTERCEPTUM -->
|
28
|
+
<style type="text/css">
|
29
|
+
<!--
|
30
|
+
.intercept_link { color: white; }
|
31
|
+
.intercept_container { color: white; background-color: #115278; font-size: 17px; }
|
32
|
+
.intercept_window { border-style: solid; border-width: 1px; border-color: #000000; background-color: #FFFFFF; width: 690px; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -moz-box-shadow: 0 7px 10px #262626; }
|
33
|
+
-->
|
34
|
+
</style>
|
35
|
+
<!-- END INTERCEPTUM -->
|
36
|
+
|
37
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
38
|
+
<title>Sorry - we can't find that page</title>
|
39
|
+
|
40
|
+
<meta http-equiv="refresh" content="45; url=/sitemap/">
|
41
|
+
|
42
|
+
<link rel="stylesheet" href="/includes/css/error.css" type="text/css" />
|
43
|
+
<script language="javascript">
|
44
|
+
advertising_zone = "error";
|
45
|
+
</script>
|
46
|
+
</head>
|
47
|
+
<body>
|
48
|
+
<script type="text/javascript" src="/g/stats/cbc_sitecatalyst.js"></script>
|
49
|
+
<script type="text/javascript" src="/g/stats/sccore.js"></script>
|
50
|
+
<script type="text/javascript" src="/g/stats/linktracker.js"></script>
|
51
|
+
|
52
|
+
<div id="accessibilitylinks">
|
53
|
+
<h2>Accessibility Links</h2>
|
54
|
+
<ul>
|
55
|
+
<li><a href="#content" id="skipnav" title="skip to main content">Skip to main content</a></li>
|
56
|
+
|
57
|
+
<li><a href="/accessibility/" title="skip to cbc accessibility page">Skip to CBC accessibility page</a></li>
|
58
|
+
</ul>
|
59
|
+
</div>
|
60
|
+
<div id="gnwrap">
|
61
|
+
<div id="gnadww" class="clearfix">
|
62
|
+
<div id="gnweather"> </div>
|
63
|
+
|
64
|
+
<div id="masthead-ad" class="ad-728x90">
|
65
|
+
<script type="text/javascript" src="/includes/ads/masthead_ads.js"></script>
|
66
|
+
<script type="text/javascript">
|
67
|
+
/* <[![CDATA */
|
68
|
+
|
69
|
+
Ads.defaultAdVars();
|
70
|
+
|
71
|
+
try {
|
72
|
+
if(window.top !== window.self) {
|
73
|
+
Ads.iframeSrcParse();
|
74
|
+
}
|
75
|
+
} catch(e) {}
|
76
|
+
Ads.displayAd();
|
77
|
+
/* ]]> */
|
78
|
+
</script>
|
79
|
+
<noscript><a href="http://ad.doubleclick.net/ad/cbc.ca/nozone/;pos=topleader;dcopt=ist;tile=1;sz=728x90;page="story";section="null";category="null";ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/cbc.ca/nozone/;dcopt=ist;tile=1;sz=728x90;page="story";section="null";category="null";ord=123456789?" width="728" height="90" border="0" alt="Advertisment" /></a></noscript>
|
80
|
+
</div>
|
81
|
+
|
82
|
+
|
83
|
+
</div>
|
84
|
+
<div id="gn" class="v10">
|
85
|
+
<h2>CBC Global Header Navigation</h2>
|
86
|
+
<div id="gnav">
|
87
|
+
<ul id="gnavl">
|
88
|
+
<li id="gnhome"><a href="http://www.cbc.ca" title="CBC.ca Home Page" target="_top"><span>CBC.ca</span></a></li>
|
89
|
+
<li id="gnnews" class="btn">
|
90
|
+
<a class="em" href="http://www.cbc.ca/news" target="_top">News</a>
|
91
|
+
<a id="gnnewsdd" class="caret" href="http://www.cbc.ca/news" target="_top">news drop down menu</a>
|
92
|
+
</li>
|
93
|
+
<li id="gnsports" class="btn">
|
94
|
+
<a class="em" href="http://www.cbc.ca/sports" target="_top">Sports</a>
|
95
|
+
<a id="gnsportsdd" class="caret" href="http://www.cbc.ca/sports" target="_top">sports drop down menu</a>
|
96
|
+
</li>
|
97
|
+
<li id="gnradio" class="btn">
|
98
|
+
<a class="em" href="http://www.cbc.ca/radio" target="_top">Radio</a>
|
99
|
+
<a id="gnradiodd" class="caret" href="http://www.cbc.ca/radio" target="_top">radio drop down menu</a>
|
100
|
+
</li>
|
101
|
+
<li id="gntv" class="btn">
|
102
|
+
<a class="em" href="http://www.cbc.ca/television" target="_top">TV</a>
|
103
|
+
<a id="gntvdd" class="caret" href="http://www.cbc.ca/television" target="_top">tv drop down menu</a>
|
104
|
+
</li>
|
105
|
+
<li id="gnmyr" class="btn lnk">
|
106
|
+
<a id="gnmyrem" class="em" href="http://www.cbc.ca/canada" target="_top">My Region <em>drop down menu</em></a>
|
107
|
+
<span id="gnmyrdd" class="caret"> </span>
|
108
|
+
</li>
|
109
|
+
<li id="gnmore" class="btn lnk">
|
110
|
+
<a id="gnmoreem" href="http://www.cbc.ca/help/sitemap.html" class="em" target="_top">More <em>drop down menu</em></a>
|
111
|
+
<span id="gnmoredd" class="caret"> </span>
|
112
|
+
</li>
|
113
|
+
<li id="gnwatch" class="btn lnk wl">
|
114
|
+
<a id="gnwatchem" href="http://www.cbc.ca/video" class="em" target="_top">Watch <em>drop down menu</em></a>
|
115
|
+
<span id="gnwatchdd" class="caret"> </span>
|
116
|
+
</li>
|
117
|
+
<li id="gnlisten" class="btn lnk wl">
|
118
|
+
<a id="gnlistenem" href="http://www.cbc.ca/listen" class="em" target="_top">Listen <em>drop down menu</em></a>
|
119
|
+
<span id="gnlistendd" class="caret"> </span>
|
120
|
+
</li>
|
121
|
+
</ul>
|
122
|
+
<form name="gnsearch" action="http://www.cbc.ca/search/cbc" accept-charset="utf-8" method="GET" id="gnsrch" target="_top">
|
123
|
+
<input type="hidden" name="ie" value="utf8" />
|
124
|
+
<input type="hidden" name="site" value="CBC" />
|
125
|
+
<input type="hidden" name="output" value="xml_no_dtd" />
|
126
|
+
<input type="hidden" name="getfields" value="description" />
|
127
|
+
<input type="hidden" name="oe" value="utf8" />
|
128
|
+
<input type="hidden" name="safe" value="high" />
|
129
|
+
<label for="q">Search CBC.ca</label>
|
130
|
+
<input type="text" name="q" value="" id="gnq" />
|
131
|
+
<label for="s">Submit Search</label>
|
132
|
+
<input type="submit" name="s" id="gns" value="" title="Search"/></form>
|
133
|
+
<ul id="gnlogin">
|
134
|
+
<li class="btn"><a id="gnsignupmodal" href="http://www.cbc.ca/membercentre/SignUp.aspx" target="_blank">Sign Up</a></li>
|
135
|
+
<li class="btn last"><a id="gnloginmodal" href="https://sso.cbc.ca/SSOAuthenticationDomain.ashx?mode=login&redirecturl=http://www.cbc.ca/" target="_top">Log In</a></li>
|
136
|
+
</ul>
|
137
|
+
</div>
|
138
|
+
<div id="dropzone"> </div>
|
139
|
+
</div>
|
140
|
+
|
141
|
+
</div>
|
142
|
+
<script type="text/javascript">
|
143
|
+
if (!_CBC_MODULES.modules.cbc_globalnav) _CBC_MODULES.modules.cbc_globalnav = { type:"js", fullpath:"/i/o/globalnav/v10/globalnav-min.js", requires: ['cbc_core', 'node', 'event'] };
|
144
|
+
if (!_CBC_MODULES.modules.cbc_globalnav_menu_style) _CBC_MODULES.modules.cbc_globalnav_menu_style = { type:"css", fullpath:"/i/o/globalnav/v10/css/dropdown.css" };
|
145
|
+
YUI(_CBC_MODULES).use('cbc_globalnav', function(Y, result){
|
146
|
+
if (result.success){
|
147
|
+
CBC.namespace("CBC.APP").globalnav = new CBC.APP.Globalnav();
|
148
|
+
var params = {};
|
149
|
+
|
150
|
+
CBC.APP.globalnav.init(Y, params);
|
151
|
+
CBC.APP.Instances.add("globalnav",CBC.APP.globalnav);
|
152
|
+
}
|
153
|
+
});
|
154
|
+
</script>
|
155
|
+
<div id="body">
|
156
|
+
<div id="zonebar">
|
157
|
+
<div id="zone">
|
158
|
+
<a href="/help/sitemap.html" title="CBC Site Map"><img src="/includes/gfx/cbc-logo.gif" alt="CBC.ca"/></a>
|
159
|
+
</div>
|
160
|
+
</div>
|
161
|
+
<div id="content" class="clearfix">
|
162
|
+
<div id="full" class="module clearfix">
|
163
|
+
|
164
|
+
<h2 class="modhead">Sorry, we can't find the page you requested. </h2>
|
165
|
+
<ol>
|
166
|
+
<li>Please check the URL in the address bar, or ...</li>
|
167
|
+
<li>Use the navigation links at left to explore our site, or ...</li>
|
168
|
+
<li>Enter a term in the Quick Search box at top, or ...</li>
|
169
|
+
<li>Visit our <a href="/sitemap/">site map </a>page</li>
|
170
|
+
</ol>
|
171
|
+
<p>In a few moments, you will be taken to our site map page, which will help you find what you looking for.</p>
|
172
|
+
|
173
|
+
</div>
|
174
|
+
<div id="footer" class="v10">
|
175
|
+
<h2>CBC Global Footer Navigation</h2>
|
176
|
+
<div id="ftr-ptls" class="clearfix">
|
177
|
+
<div class="main">
|
178
|
+
<h3>CBC.ca</h3>
|
179
|
+
<ul>
|
180
|
+
<!--<li><a target="_top" href="#">CBC Media Player</a></li>-->
|
181
|
+
<li><a target="_top" href="http://www.cbc.ca/aboriginal/">Aboriginal</a></li>
|
182
|
+
<li><a target="_top" href="http://www.cbc.ca/books/">Books</a></li>
|
183
|
+
<li><a target="_top" href="http://www.cbc.ca/contests/">Contests</a></li>
|
184
|
+
<li><a target="_top" href="http://archives.cbc.ca/">Digital Archives</a></li>
|
185
|
+
<li><a target="_top" href="http://www.cbc.ca/documentaries/">Documentaries</a></li>
|
186
|
+
<li><a target="_top" href="http://www.cbc.ca/kids/">Kids</a></li>
|
187
|
+
<li><a target="_top" href="http://www.cbc.ca/kidscbc/">Kids' CBC Preschool</a></li>
|
188
|
+
</ul>
|
189
|
+
<ul>
|
190
|
+
<li><a target="_top" href="http://www.kidscbcwonderworld.ca/">Kids' CBC Wonder World</a></li>
|
191
|
+
<li><a target="_top" href="http://www.cbc.ca/news/">News</a></li>
|
192
|
+
<li><a target="_top" href="http://www.cbc.ca/parents/">Parents</a></li>
|
193
|
+
<li><a target="_top" href="http://www.cbc.ca/programguide/">Program Guide</a></li>
|
194
|
+
<li><a target="_top" href="http://www.cbc.ca/radio/">Radio</a></li>
|
195
|
+
<li><a target="_top" href="http://www.cbc.ca/sports/">Sports</a></li>
|
196
|
+
<li><a target="_top" href="http://www.cbc.ca/television/">Television</a></li>
|
197
|
+
</ul>
|
198
|
+
<ul>
|
199
|
+
<li><a target="_top" href="https://membercentre.cbc.ca/">CBC Member Centre</a></li>
|
200
|
+
<li><a target="_top" href="http://www.cbc.ca/video/">CBC Player</a></li>
|
201
|
+
<li><a target="_top" href="http://www.cbc.ca/shop/">CBC Shop</a></li>
|
202
|
+
</ul>
|
203
|
+
</div>
|
204
|
+
<div class="main corp">
|
205
|
+
<h3>Corporate</h3>
|
206
|
+
<ul>
|
207
|
+
<li><a target="_top" href="http://www.cbc.radio-canada.ca/">About CBC</a></li>
|
208
|
+
<li><a target="_top" href="http://cbc.radio-canada.ca/jobs/">Jobs</a></li>
|
209
|
+
<li><a target="_top" href="http://cbc.radio-canada.ca/facilities/toronto">Visit the Canadian Broadcasting Centre</a></li>
|
210
|
+
<li><a target="_top" href="http://www.cbc.ca/productionfacilities/">Production Facilities</a></li>
|
211
|
+
<li><a target="_top" href="http://cbcmobileproductions.ca/">Mobile Production Rentals</a></li>
|
212
|
+
<li><a target="_top" href="http://www.cbc.ca/ombudsman/">Ombudsman</a></li>
|
213
|
+
<li><a target="_top" href="http://cbc.radio-canada.ca/media/">CBC: Get the Facts</a></li>
|
214
|
+
</ul>
|
215
|
+
<ul>
|
216
|
+
<li><a target="_top" href="http://www.cbc.ca/independentproducers/">Independent Producers</a></li>
|
217
|
+
<li><a target="_top" href="http://www.cbc.ca/programsales/">Program and Content Sales</a></li>
|
218
|
+
<li><a target="_top" href="http://www.cbc.ca/archivesales/">Archive Sales</a></li>
|
219
|
+
<li><a target="_top" href="http://www.cbclearning.ca/">Educational Sales</a></li>
|
220
|
+
<li><a target="_top" href="http://www.cbc.ca/services/tapes_tr.html">Tapes, Transcripts and Image Assets</a></li>
|
221
|
+
<li><a target="_top" href="http://www.cbc.radio-canada.ca/dtv/">Digital TV</a></li>
|
222
|
+
</ul>
|
223
|
+
</div>
|
224
|
+
</div>
|
225
|
+
<div id="ftr-connect" class="clearfix">
|
226
|
+
<h3>Stay Connected</h3>
|
227
|
+
<ul>
|
228
|
+
<li><a target="_top" href="http://www.cbc.ca/mobile/services/">Mobile</a></li>
|
229
|
+
<li><a target="_top" href="http://www.cbc.ca/rss/">RSS</a></li>
|
230
|
+
<li><a target="_top" href="http://www.cbc.ca/podcasting/">Podcasts</a></li>
|
231
|
+
<!--<li><a target="_top" href="http://twitter.com/cbc">Twitter</a></li>-->
|
232
|
+
<li class="last"><span>Member Services:</span><a target="_top" href="https://membercentre.cbc.ca/CurrentSubscriptions.aspx">Newsletters & Alerts</a></li>
|
233
|
+
<!--<li class="last"><a target="_top" href="#">More CBC Tools & Services</a></li>-->
|
234
|
+
</ul>
|
235
|
+
</div>
|
236
|
+
<div id="ftr-core" class="clearfix">
|
237
|
+
<h3>CBC Links</h3>
|
238
|
+
<ul class="terms clearfix">
|
239
|
+
<li><a target="_top" href="http://www.cbc.ca/aboutcbc/discover/termsofuse.html">Terms Of Use</a></li>
|
240
|
+
<li><a target="_top" href="http://www.cbc.ca/permissions/">Reuse & Permissions</a></li>
|
241
|
+
<li><a target="_top" href="http://www.cbcmediasales.ca/">Advertise</a></li>
|
242
|
+
<li><a target="_top" href="http://www.cbc.ca/aboutcbc/discover/privacy.html">Privacy</a></li>
|
243
|
+
<!--<li><a target="_top" href="#">Accessibility</a></li>-->
|
244
|
+
<li><a target="_top" href="http://www.cbc.ca/sitemap/">Site Map</a></li>
|
245
|
+
<li><a target="_top" href="http://www.cbc.ca/contact/">Contact Us</a></li>
|
246
|
+
</ul>
|
247
|
+
<a id="ftr-cbcrc" target="_top" href="http://www.cbc.radio-canada.ca/">CBC Radio-Canada</a>
|
248
|
+
<div id="ftr-end" class="clearfix">
|
249
|
+
<span>Copyright © CBC 2011</span>
|
250
|
+
<ul class="affs">
|
251
|
+
<li><a target="_top" href="http://www.cbc.radio-canada.ca/">cbc.radio-canada.ca</a></li>
|
252
|
+
<li><a target="_top" href="http://www.cbc.ca/">cbc.ca</a></li>
|
253
|
+
<li><a target="_top" href="http://www.radio-canada.ca/">radio-canada.ca</a></li>
|
254
|
+
</ul>
|
255
|
+
</div>
|
256
|
+
</div>
|
257
|
+
</div>
|
258
|
+
|
259
|
+
</div>
|
260
|
+
</div>
|
261
|
+
|
262
|
+
<script type="text/javascript">
|
263
|
+
//<![CDATA[
|
264
|
+
try{
|
265
|
+
if(!CBC) { var CBC = {}; }
|
266
|
+
if(!CBC.APP) { CBC.APP = {}; }
|
267
|
+
if(!CBC.APP.SC) { CBC.APP.SC = {}; }
|
268
|
+
|
269
|
+
var pageUrl = window.location.href.replace(/https*:\/\//,'');
|
270
|
+
|
271
|
+
CBC.APP.SC.QueryString = "contentarea=404&contenttype=error&subsection1=" + pageUrl
|
272
|
+
|
273
|
+
}catch(e){
|
274
|
+
}
|
275
|
+
//]]>
|
276
|
+
</script>
|
277
|
+
|
278
|
+
<script type="text/javascript" src="/g/stats/pagetracker.js"></script>
|
279
|
+
<!-- START INTERCEPTUM -->
|
280
|
+
<script type="text/javascript" src="/g/i/intercept.js"></script>
|
281
|
+
<script type="text/javascript">
|
282
|
+
YUI(_CBC_LOADER).use('node',function(Y,result) {
|
283
|
+
if(result.success) {
|
284
|
+
Y.on('domready',function() {
|
285
|
+
try {
|
286
|
+
InterceptInitializer.loadInterceptScript( );
|
287
|
+
} catch ( e ) {}
|
288
|
+
})
|
289
|
+
}
|
290
|
+
});
|
291
|
+
</script>
|
292
|
+
<!-- END INTERCEPTUM -->
|
293
|
+
|
294
|
+
<script type="text/javascript">
|
295
|
+
if (typeof COMSCORE == 'undefined') {
|
296
|
+
YUI(_CBC_MODULES).use('comscore', function(Y,result) {
|
297
|
+
if (result.success) {
|
298
|
+
if (typeof advertising_zone != 'string')
|
299
|
+
var advertising_zone = '';
|
300
|
+
COMSCORE.beacon({c1:2,c2:3005684,c3:"",c4:escape(window.location.href),c5:"CBC.ca-CanadianNewsSportsEntertainmentKidsDocsRadioTV",c6:advertising_zone,c7:escape(window.location.href),c8:escape(document.title),c9:escape(document.referrer),c15:""});
|
301
|
+
}
|
302
|
+
});
|
303
|
+
}
|
304
|
+
</script>
|
305
|
+
<!-- <noscript><img src="http://b.scorecardresearch.com/p?c1=2&c2=3005684&c3=&c4=cbc.ca&c5=CanadianNewsSportsEntertainmentKidsDocsRadioTV&c6=&c15=&cj=1" alt=""/></noscript> -->
|
306
|
+
|
307
|
+
|
308
|
+
</body>
|
309
|
+
</html>
|