equal
deleted
inserted
replaced
62 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen"> |
62 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen"> |
63 <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>?42" type="text/css" media="screen, projection"/> |
63 <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>?42" type="text/css" media="screen, projection"/> |
64 |
64 |
65 <!-- JAVASCRIPT --> |
65 <!-- JAVASCRIPT --> |
66 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script> |
66 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script> |
67 |
|
68 <script type="text/javascript"> |
|
69 |
|
70 var _gaq = _gaq || []; |
|
71 _gaq.push(['_setAccount', 'UA-23581291-1']); |
|
72 _gaq.push(['_trackPageview']); |
|
73 _gaq.push(['_setAllowAnchor', true]); |
|
74 |
|
75 (function() { |
|
76 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|
77 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
78 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
79 })(); |
|
80 |
|
81 </script> |
|
82 |
67 |
83 </head> |
68 </head> |
84 <body> |
69 <body> |
85 <!--div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div--> |
70 <!--div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div--> |
86 |
71 |