- <html> 
-     <head> 
-             <title>Magic Zoom: Entire image</title> 
-              
-             <!-- link to magiczoom.css file --> 
-             <link href="magiczoom.css" rel="stylesheet" type="text/css" media="screen"/> 
-             <!-- link to magiczoom.js file --> 
-             <script src="magiczoom.js" type="text/javascript"></script> 
-             <style type="text/css"> 
-                 /* Styles for zoom pup window (that one what move with mouse above small image) */ 
-                 .MagicZoomPup { 
-                     background:     #90a8d6; 
-                 } 
-             </style> 
-          
-     </head> 
-     <body> 
-              
-         <p>Show the whole image on hover - perfect for previewing small images in an instant.</p> 
-   
-         <!-- define Magic Zoom --> 
-         <a href="images/r1-blue-480.jpg" class="MagicZoom" rel="entire-image: true; zoom-fade: true; show-title: false" title="Blue Yamaha YZF-R1"><img src="images/r1-blue-160.jpg"/></a> 
-              
-     </body> 
- </html>