/* * * * * * * * * * * * * * * * * * * * * *
 * JQuery Popup
 * File: njl.popup.js
 *
 * Project: NotJustLayout.com
 * Copyright: (c) 2009 Matteo Montanari
 * Version: 1.0 (27-OCT-2009)
 *
 * Matteo Montanari (italinux.com)
 * * * * * * * * * * * * * * * * * * * * * */
$(document).ready(function(){
   $('#col1 .data .square .top a').cluetip({
      activation:'click',
      sticky:true,
      width:450,
      height:530,
      cluezIndex:10,
      positionBy:'mouse',
      titleAttribute:'name',
      dropShadow:false }); 
// Your code goes here!
})
