equal
deleted
inserted
replaced
53 if( isset($_REQUEST['highlight']) && !empty($_REQUEST['highlight'])) { ?> |
53 if( isset($_REQUEST['highlight']) && !empty($_REQUEST['highlight'])) { ?> |
54 $(function() { |
54 $(function() { |
55 $("<?php echo $_REQUEST['highlight'];?>").delay(1000).effect("<?php echo $effect; ?>", {}, 5000); |
55 $("<?php echo $_REQUEST['highlight'];?>").delay(1000).effect("<?php echo $effect; ?>", {}, 5000); |
56 }); |
56 }); |
57 <?php } ?> |
57 <?php } ?> |
58 |
|
59 var _gaq = _gaq || []; |
|
60 _gaq.push(['_setAccount', 'UA-23581291-1']); |
|
61 _gaq.push(['_trackPageview']); |
|
62 _gaq.push(['_setAllowAnchor', true]); |
|
63 |
|
64 (function() { |
|
65 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|
66 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
67 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
68 })(); |
|
69 |
58 |
70 </script> |
59 </script> |
71 </head> |
60 </head> |
72 <body> |
61 <body> |
73 <!--div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div--> |
62 <!--div id="sendUsFeedBack"><a href="<?php echo($C_feedback_form_url); ?>" target="_blank"><img src="<?php echo(URL_ROOT); ?>images/sendusfeedback.png"></a></div--> |