5
5
< link rel ="icon " type ="x-icon " href ="icon.png ">
6
6
< link rel ="shortcut icon " type ="x-icon " href ="icon.png ">
7
7
< meta charset ="utf-8 ">
8
+ < script async src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
9
+ < script >
10
+ ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( {
11
+ google_ad_client : "ca-pub-6511426299019766" ,
12
+ enable_page_level_ads : true
13
+ } ) ;
14
+ </ script >
8
15
</ head >
9
16
< body >
10
17
< script type ="application/javascript "
@@ -22,6 +29,23 @@ <h2 style="text-align:center;" id="question-number">Loading...</h2>
22
29
< button class ="small_button " onclick ="prev_question() " id ="back_button "> Back</ button >
23
30
< button class ="small_button_off " id ="back_button_off "> Back</ button > < br >
24
31
32
+ <!-- Website visit statistics - no personal information is collected! -->
33
+ < script type ="text/javascript ">
34
+ var sc_project = 11325211 ;
35
+ var sc_invisible = 1 ;
36
+ var sc_security = "fd9f0659" ;
37
+ var scJsHost = ( ( "https:" == document . location . protocol ) ?
38
+ "https://secure." : "http://www." ) ;
39
+ document . write ( "<sc" + "ript type='text/javascript' src='" +
40
+ scJsHost +
41
+ "statcounter.com/counter/counter.js'></" + "script>" ) ;
42
+ </ script >
43
+ < noscript > < div class ="statcounter "> < a title ="web stats "
44
+ href ="http://statcounter.com/ " target ="_blank "> < img
45
+ class ="statcounter "
46
+ src ="//c.statcounter.com/11325211/0/fd9f0659/1/ " alt ="web
47
+ stats "> </ a > </ div > </ noscript >
48
+
25
49
< script >
26
50
var max_econ , max_dipl , max_govt , max_scty ; // Max possible scores
27
51
max_econ = max_dipl = max_govt = max_scty = 0 ;
0 commit comments