MouseOver Preview

The objective of this script is to show the target of a link in an iframe near the mouse while the mouse is over the link

when the mouse is over google or home, show that page in an iframe

An obvious improvement is to have an iframe for each url that is requested, and keep it loaded once it has been loaded to make the display faster

and here is the code, give me credit if you use it