var supernote_hover_advyes  = "Your library has purchased additional copies of this title.";

var supernote_hover_advsignin = "This is an <i>Advantage</i> title.  While it is available to patrons of some libraries, it may not be available to all libraries.  Sign in to see if this is available to patrons of your library. ";

var supernote_hover_noavail = "This is an <i> Advantage</i> title.  While it is available to patrons of some libraries, it is not available to patrons of your library at this time.";

var supernote_hover_cons	= "Your library may offer more copies of this title. Sign in to check availability.";

var bubble1  = "url('system/advBG1.png') no-repeat";
var bubble2  = "url('system/advBG2.png') no-repeat";
var bubble3 = "url('system/advBG3.png') no-repeat";
var bubble4 = "url('system/advBG4.png') no-repeat";


/*                   begin “packed” data area                    */
/*             SEE COMMENT AT BOTTOM OF THIS DOCUMENT            */

// START "supernote_hover_advyes" 

    $(document).ready(function(){    
        $('.supernote_hover_advyes ').each(function(){
            $(this).qtip ({
content: supernote_hover_advyes ,
style:
{
background: bubble1 ,

width: 299,
height: 50,
 border: 0 
                },
hide:{fixed:true}, 
                position:{
                    corner:{
                        tooltip:'rightMiddle',
                        target:'leftMiddle' 
                    }
                }
            });  
        });
    });

// END "supernote_hover_advyes" 



/*      ----------------------------------------     */ 

// START "supernote_hover_advsignin"

    $(document).ready(function(){   

        $('.supernote_hover_advsignin ').each(function(){
            $(this).qtip({
content: supernote_hover_advsignin ,
style:
{
background: bubble3 ,

width: 385,
height: 70,
border: 0
},
hide:{fixed:true},

position:{
                    corner:{
                        tooltip:'rightMiddle',
                        target:'leftMiddle' 
                    }
                }

            });  
        });
        
    });

// END "supernote_hover_advsignin" 

/*      ----------------------------------------     */

// START "supernote_hover_noavail" 

    $(document).ready(function(){   

        $('.supernote_hover_noavail').each(function(){
            $(this).qtip({
content: supernote_hover_noavail,
style:
{
background: bubble3,

width: 385,
height: 70,
classes:{tooltip: 'advToolTip', content: 'advContent'},
border: 0
                },
hide:{fixed:true},
                position:{
                    corner:{
                        tooltip:'rightMiddle',
                        target:'leftMiddle' 
                    }
                }
            });  
        });        
    });
// END "supernote_hover_noavail" 

/*      ----------------------------------------     */

// START "supernote_hover_cons" 

    $(document).ready(function(){   

        $('.supernote_hover_cons').each(function(){
            $(this).qtip({
content: supernote_hover_cons,
style:
{
background: bubble2,

width: 385,
height: 50,
classes:{tooltip: 'advToolTip', content: 'advContent'},
border: 0
                },
hide:{fixed:true},
                position:{
                    corner:{
                        tooltip:'rightMiddle',
                        target:'leftMiddle' 
                    }
                }
            });  
        });
        
    });
// END "supernote_hover_cons" 
/*      ----------------------------------------     */
/*                    end “packed” data area                     */
/*             SEE COMMENT AT BOTTOM OF THIS DOCUMENT            */

