|
|
|
@ -33,4 +33,23 @@ |
|
|
|
|
<xsl:value-of select="concat($term_text, $date_year)" /> |
|
|
|
|
</xsl:function> |
|
|
|
|
|
|
|
|
|
<xsl:template name="inline-ads"> |
|
|
|
|
<!-- google ads --> |
|
|
|
|
<p> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
google_ad_client = "pub-5235744946475097"; |
|
|
|
|
google_ad_width = 728; |
|
|
|
|
google_ad_height = 90; |
|
|
|
|
google_ad_format = "728x90_as"; |
|
|
|
|
google_ad_type = "text_image"; |
|
|
|
|
//2007-03-21: mcc |
|
|
|
|
google_ad_channel = "1106187834"; |
|
|
|
|
</script> |
|
|
|
|
<script type="text/javascript" |
|
|
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> |
|
|
|
|
<xsl:text> </xsl:text> |
|
|
|
|
</script> |
|
|
|
|
</p> |
|
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
</xsl:stylesheet> |
|
|
|
|