File: functions.js

package info (click to toggle)
muparser 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,596 kB
  • sloc: cpp: 6,032; sh: 2,680; ansic: 788; makefile: 321
file content (32 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//--------------------------------------------------
//
// Bedingte darstellung des SourceForge logos
//
function SFLogo()
{
  document.write("<img src=\"http:\/\/sourceforge.net\/sflogo.php?group_id=137191&amp;type=5\" width=\"210\" height=\"62\" border=\"0\" alt=\"SourceForge.net Logo\" \/>");
}

//--------------------------------------------------
//
// Statcounter code erzeugen
//
function statCounter()
{
  // statcounter variablen
  document.write("<script type=\"text\/javascript\" language=\"javascript\">");
  document.write("var sc_project=671117;");
  document.write("var sc_partition=5; ");
  document.write("var sc_security=\"f3fad66c\";");
  document.write("<\/script>");

  var sc_project=671117;
  var sc_partition=5;
  var sc_security="f3fad66c";

	
  // statcounter script	
  document.write("<script type=\"text\/javascript\" language=\"javascript\" src=\"http:\/\/www.statcounter.com\/counter\/counter.js\">");
  document.write("<\/script>");
}