<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>A R I R I R I R I R I</title>
	<link>https://ari.international</link>
	<description>A R I R I R I R I R I</description>
	<pubDate>Thu, 05 Apr 2018 02:47:37 +0000</pubDate>
	<generator>https://ari.international</generator>
	<language>en</language>
	
		
	<item>
		<title>Header</title>
				
		<link>https://ari.international/Header</link>

		<pubDate>Thu, 05 Apr 2018 02:47:37 +0000</pubDate>

		<dc:creator>A R I R I R I R I R I</dc:creator>

		<guid isPermaLink="true">https://ari.international/Header</guid>

		<description>
	
Oh hello, Portland.&#38;nbsp;Print.&#38;nbsp;Digital.&#38;nbsp;Spatial.&#38;nbsp;
Art Direction. 

Creative Direction.&#38;nbsp;






	




 


// element: jQuery selector of element to get background image
// backgroundImageUrl: full url of bg image to set
function addBg(element, backgroundImageUrl) {
  console.log('adding background image: ' + backgroundImageUrl);
  $(element).css('background-image', 'url("' + backgroundImageUrl + '")');
}

// element: jQuery selector of element to get background image
function removeBg(element) {
   console.log('REMOVING background image!');
   $(element).css('background','');
}

// If you want to just copy and paste something to use, you can try the following, using markup similar to whats under: Tyler New World

$(document).ready(function() {
   
  $('.menu_link').hover(function() {
    addBg($('body'), $(this).data('bgimage'));
  }, function() {
    removeBg($('body'));
  });
  
  $('.menu_link').click(function(e){
    removeBg($('body'));
  });
  
  
});





$("#custom-cursor").hide();
var i = null;
$(".menu_link").mousemove(function() {
//    clearTimeout(i);
    $("#custom-cursor").show();
//    i = setTimeout('$("#custom-cursor").hide();', 10000);
    
    	(($('.menu_link').on('mousemove', function (e) {
    $('#custom-cursor').css({
        left: e.pageX,
        top: e.pageY,
        pointerEvents: 'none'
        
    });
}))); 
    
    
}).mouseout(function() {
    clearTimeout(i);
    $("#custom-cursor").hide();  
});

$('.menu_link').click(function(e){
 	$("#custom-cursor").hide();
  });


</description>
		
	</item>
		
	</channel>
</rss>