/***
|''Name:''|Previewlink|
|''Description:''|Activa burbuja en enlaces|
|''Version:''|1.0.0|
|''Date:''|Jan 18, 2007|
|''Source:''|http://www.psykal.dsland.org|
|''Author:''|Illán Palao Gómez|
|''License:''|[[BSD open source license]]|
|''~CoreVersion:''|2.1.0|
|''Browser:''|Firefox 1.0.4+; Firefox 1.5; InternetExplorer 6.0|
***/
//{{{
version.extensions.previewlink={major:0, minor:0, revision:3 ,date:
new Date(2007,17,1)};
/*
WebSnapr - Preview Bubble Javascript
Written by Juan Xavier Larrea
http://www.websnapr.com - xavier@websnapr.com
*/
//alert("loaded");
// Point this variable to the correct location of the bg.png file
var bubbleImagePath = 'scripts/previewbubble/bg.png';
// DO NOT EDIT BENEATH THIS
if(typeof Array.prototype.push!="function"){
Array.prototype.push=ArrayPush;
function ArrayPush(_1){
this[this.length]=_1;
}
}
function WSR_getElementsByClassName(_2,_3,_4){
var _5=(_3=="*"&&_2.all)?_2.all:_2.getElementsByTagName(_3);
var _6=new Array();
_4=_4.replace(/\-/g,"\\-");
var _7=new RegExp("(^|\\s)"+_4+"(\\s|$)");
var _8;
for(var i=0;i<_5.length;i++){
_8=_5[i];
if(_7.test(_8.className)){
_6.push(_8);
}
}
return (_6);
}
function bindBubbles(e){
lbActions=WSR_getElementsByClassName(document,"a","previewlink");
for(i=0;i