<!--
/*!
 **************************************************
 * Copyright 2010 - Danny Carmical
 * http://luckykind.com
 **************************************************/

var $j = jQuery.noConflict();

$j(document).ready(function() {		
	$j('.socialpop-list').socialpop({
		style: sps_style,
		box: sps_box,
		box_per_row: sps_box_per_row,
		boxfloat: sps_boxfloat,
		title: sps_title,
		notitle: sps_notitle,
		holder: sps_holder,
		bgcolor: sps_bgcolor,
		titlecolor: sps_titlecolor,
		dark_overlay: sps_dark_overlay
	});							
		
	if(sps_tooltip=='yes') {
		$j('.socialpop-list li a img').tipsy({
			gravity: sps_gravity,
			delayIn: 200,
			opacity: 1,
			offset: 2,
			trigger: 'hover',
			bubbleColor: '#' + sps_tooltip_bc,
			bubbleTextColor: '#' + sps_tooltip_tc
		});		
	}	
});

-->	
