//FRAME BUSTER
if (top !=self) top.location=self.location;

$(document).ready(function() {

	// LOAD MENU
    $("ul.sf-menu").supersubs({minWidth: 10 , maxWidth: 50 , extraWidth : 3}).superfish();

	// LOAD CYCLER
	$('#cycle').cycle({
	    fx:      'scrollUp',
	    speed:    500,
	    timeout:  7000,
	    pause: 1,
	    random:  1
	});

    // LAZY LOAD BRAND ICONS
	$("#xbrands").load("/brandsbox.php",null, function() {
		$('#xbrands').cycle({
		    fx:      'fade',
		    speed:    1000,
		    timeout:  5000,
		    pause: 1,
		    random:  1
		});
	});

    $('.pdimggallery a').lightBox({
		overlayBgColor: '#000',
		overlayOpacity: 0.4
	});

});

