function PT_ToolTip() { this.ptToolTipBox = document.createElement("div"); this.id = "ptToolTip"; this.ptToolTipBox.style.position = "absolute"; this.ptToolTipBox.style.visibility = "hidden"; this.ptToolTipBox.className = "ptToolTipBox"; this.ptToolTipText = document.createElement("div"); this.ptToolTipText.style.position = "relative"; this.ptToolTipText.className = "ptToolTipText"; this.ptToolTipBox.appendChild(this.ptToolTipText); this.msgs = new Object(); } function PT_ToolTipShowMsg(tsn, e) { var msg = this.msgs['msg'+tsn]; if (msg) { this.ptShowTip(msg, e); } } function PT_ToolTipShow(msg, e) { var posx = 0; var posy = 0; if(e == null) { e = window.event; } if(e.pageX || e.pageY) { posx = e.pageX; posy = e.pageY; } else if(e.clientX || e.clientY) { if(document.documentElement.scrollTop) { posx = e.clientX+document.documentElement.scrollLeft; posy = e.clientY+document.documentElement.scrollTop; } else { posx = e.clientX+document.body.scrollLeft; posy = e.clientY+document.body.scrollTop; } } this.ptToolTipText.innerHTML = msg; this.ptToolTipBox.style.top = posy + 10 + "px"; this.ptToolTipBox.style.left = posx + 10 + "px"; this.ptToolTipBox.style.visibility = "visible"; if(this.ptToolTipBox.parentNode != document.body) { document.getElementsByTagName("body")[0].appendChild(this.ptToolTipBox); } } function PT_ToolTipHide() { this.ptToolTipBox.style.visibility = "hidden"; } PT_ToolTip.prototype = new Object(); PT_ToolTip.prototype.ptHideTip = PT_ToolTipHide; PT_ToolTip.prototype.ptShowTip = PT_ToolTipShow; PT_ToolTip.prototype.ptShowTipMsg = PT_ToolTipShowMsg; var awTopMessageTip = new PT_ToolTip(); awTopMessageTip.msgs['msg'+ 80] = 'I guess only a certain \'type\' of people are allowed to support Ron Paul. What a bunch of elitists. Every other time his name is mentioned all I read is that he is the candidate of the people who will win despite being ignored by the media. He was supposed to be bigger than the I-Phone. Now that...'; awTopMessageTip.msgs['msg'+ 79] = 'It goes to show how the public news tries to brainwash us and have an agenda regardless of truth. (That\'s how they did it in Nazy Germany) ABC news was not trying to provide us with good journalism but a 5 minute advertisement or commercial bashing Ron Paul as if he did something wrong or do what...'; awTopMessageTip.msgs['msg'+ 78] = 'First of all we all know that the piece was trying to make Ron Paul out to be a loon, or quack!! But unless you forgot, Ron Paul is running for President, not for a legislator in Nevada. If your political team would read the Constitution once in awhile you would learn that the President doesn\'t...'; var PTAWContent = "