$(document).ready(function() {
  
  $('a#fb').qtip({
   content: 'Find Us on Facebook',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 200,
	  background: '#505050',
	  textAlign: 'center',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('a#tw').qtip({
   content: 'Follow Us on Twitter',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 200,
	  background: '#505050',
	  textAlign: 'center',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('a#rn').qtip({
   content: 'Visit ResistNet.com',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 200,
	  background: '#505050',
	  textAlign: 'center',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
   
  $('a#fh').qtip({
   content: 'Sign Up Now to Flip This House!',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 200,
	  background: '#505050',
	  textAlign: 'center',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('img#shirt').qtip({
   content: '<img src="http://www.flipthishouse2010.com/files/imgs/store/fth_shirt_lg.jpg" width="300" height="200" alt="T-shirt" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 330,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('img#stickroll').qtip({
   content: '<img src="http://www.flipthishouse2010.com/files/imgs/store/stickerroll_lg.gif" width="400" height="340" alt="Sticker Roll" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 430,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('img#buttonstr').qtip({
   content: '<img src="http://www.flipthishouse2010.com/files/imgs/store/button_lg.gif" width="400" height="340" alt="Button" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 430,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('img#bumper').qtip({
   content: '<img src="http://www.flipthishouse2010.com/files/imgs/store/bumpersticker_lg.gif" width="690" height="213" alt="Button" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'bottomMiddle',
         tooltip: 'topMiddle'
      },
	  adjust: {
         x: 30
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 720,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('img#coffee').qtip({
   content: '<img src="http://www.flipthishouse2010.com/files/imgs/store/Mug_lg.jpg" width="250" height="223" alt="Button" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      },
	  adjust: {
         x: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 280,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
  
  $('img#tote').qtip({
   content: '<img src="http://www.flipthishouse2010.com/files/imgs/store/tote_lg.jpg" width="333" height="500" alt="Button" />',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      },
	  adjust: {
         y: -20
   	  }
   },
   style: { 
      border: {
         width: 1,
         radius: 5,
         color: '#404040'
      },
      tip: true,
	  width: 363,
	  background: '#505050',
	  textAlign: 'left',
	  fontSize: '12px',
	  color: '#FFFFFF'
   }
  })
});
