function tuneIn() {
	window.open( "http://70.33.241.74/images/LW_Radio_Popout.jpg", "Lw Radio", 
				 "status = 1, height = 237, width = 317, resizable = 0" )
}
			
function flyer() {
	window.open( "http://70.33.241.74/flyer.html", "Halloween Liquidation Event", 
				 "status = 1, height = 741, width = 785, resizable = 0" )
}

$(document).ready(function() {
    //Cart functions
    $('#topcartbutton')
		.click(
		function() {
			loadOverlayCart($(this));
		}
	);
});
