Portfolio
Stir Crazy Fresh Asian Grill
Television spots and an ongoing video blog series supporting the launch of a major “Under New Management” promotional campaign. Designed to attract new customers and expand the demographic of the multi-location, healthy Asian-style restaurant and grill.
jQuery(window).load(function(){
var relSlug = window.location.search.substring(1);
var urlParams = relSlug.split('&');
for (var i = 0; i < urlParams.length; i++){
var portfolioSearch = urlParams[i].split('=');
if (portfolioSearch[0] == 'rel'){
jQuery('a[rel~='+portfolioSearch[1]+']').trigger('click');
}
}
});