github.com/Kindred87/Obsidian@v0.0.0-20210809203756-86936424b848/retrieval/html/testdata/HTML_01.html (about)

     1  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2  <!-- saved from url=(0148)https://productintro.salesfork.com/pi/sw/Itemssearch.action?userAction=display&status=aipds&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP -->
     3  <html slick-uniqueid="6"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     4      <title>salesfork Product Introduction</title>
     5      
     6     <!--  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
     7      <meta HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     8      <META HTTP-EQUIV="EXPIRES" CONTENT="0" /> -->
     9      <link rel="stylesheet" type="text/css" href="./salesfork Product Introduction_files/main.css">
    10      <link rel="stylesheet" href="./salesfork Product Introduction_files/modal-retailer.css">
    11      <!-- Start: Modified By Sandeep -->
    12  	<!--[if !IE]>-->
    13  	<link rel="stylesheet" href="./salesfork Product Introduction_files/dialog_form.css">
    14  	<!--<![endif]-->
    15  	<!--[if IE]>
    16  	<link rel="stylesheet" href="/pi/styles/dialog_form_IE.css">
    17  	<![endif]-->
    18  	<!-- End: Modified By Sandeep -->
    19  	<script async="" src="./salesfork Product Introduction_files/prum.min.js.download"></script><script src="./salesfork Product Introduction_files/piscript.js.download"></script>
    20      <script src="./salesfork Product Introduction_files/calendar.js.download"></script>
    21      <script type="text/javascript" src="./salesfork Product Introduction_files/jquery-1.7.2.min.js.download"></script>
    22      <script type="text/javascript" src="./salesfork Product Introduction_files/SessionWarningTimer.js.download"></script>
    23  	<script type="text/javascript" src="./salesfork Product Introduction_files/modalpopups.js.download"></script>
    24  	<script type="text/javascript" src="./salesfork Product Introduction_files/shCore.js.download"></script>
    25  	<script type="text/javascript" src="./salesfork Product Introduction_files/shBrushJScript.js.download"></script>
    26  		<script type="text/javascript" src="./salesfork Product Introduction_files/invoke-safeway.js.download"></script>	
    27  	<script type="text/javascript" src="./salesfork Product Introduction_files/piutils.js.download"></script>
    28  	<script type="text/javascript" src="./salesfork Product Introduction_files/jquerysession.js.download"></script>
    29  
    30  		
    31  		
    32  		<script>
    33  		var $jq= jQuery.noConflict();	
    34  			function modalWaitOpen() {
    35  				//alert('I am here');
    36  				ModalPopups.Indicator("wait",
    37  						"	Wait...",
    38  						"<div style=''>" +
    39  						"<div class='crossBrowserLoadingSpinner'>&nbsp;</div>" +
    40  						"<div style='float:left; padding-left:30px;'>" +
    41  						"<br/>Please wait while we process your request<br/>" +
    42  						"</div>",
    43  						{
    44  								width: 300,
    45  								height: 100
    46  						}
    47  				);
    48  			}
    49  
    50  
    51  		function modalWaitClose()
    52  		{
    53  			if(document.getElementById("wait_popup") != null)
    54  			{ 
    55  			ModalPopups.Close("wait");
    56  			}
    57  		}
    58  		
    59  		function searchQuickGtin()
    60  		{
    61  			if(jQuery("#qickgtin").val().match(letterNumber))   
    62  			{ 
    63  				clearSearchFormFields();
    64  			}
    65  		}
    66  		
    67  		function quickGtinNotificationPage(){
    68  			var formName=document.forms;
    69  			for(r=0;r<formName.length;r++) 
    70  			{ 
    71  				  if(formName[r].name=="extensibleForm"){
    72  					  if($jq.session!=undefined)$jq.session.clear();
    73  						$jq('#div_ext').find(':input:disabled').removeAttr('disabled');
    74  						selectMultiVal();
    75  						if($jq('#div_ext').find("select, textarea, input").serialize()==$jq('#div_ext').data('serializeExt')){								
    76  							return(false);	
    77  						}
    78  							return(true);		
    79  				}
    80  			}
    81  			
    82  		}
    83  		
    84  		
    85  		function gotAYOge(url)
    86  		{
    87  			
    88  			var formName=document.forms;
    89  			var flag;
    90  			for(r=0;r<formName.length;r++) 
    91  			{ 		                 
    92  				  if(formName[r].name==="extensibleForm")
    93  				  {
    94  
    95  					  flag=swFormHasChanged();					
    96  					   break;
    97  				   }
    98  			}					
    99  			
   100  			if(flag==true)
   101  				{
   102  				var modal = document.getElementById('myModal-retail');
   103  				var span = document.getElementsByClassName("close-popup-retail")[0];
   104  				//var btn = document.getElementById("myBtn");
   105  					   modal.style.display = "block";
   106  					   
   107  					   span.onclick = function() {
   108  							modal.style.display = "none";
   109  						}
   110  
   111  						window.onclick = function(event) {
   112  							if (event.target == modal) {
   113  								modal.style.display = "none";
   114  							}
   115  						}
   116  						
   117  						$jq('#btnYes').click(function() {
   118  							url=url+"&notifyFlag=false";
   119  							window.location.href= url;	
   120  					    });
   121  
   122  						$jq('#btnNo').click(function() {
   123  					    	modal.style.display = "none";
   124  					    });
   125  				}
   126  			else
   127  				{
   128  				 modalWaitOpen();
   129  				 url=url+"&notifyFlag=false";
   130  				 window.location.href= url;	
   131  				}
   132  		}
   133  		
   134  		var $jq= jQuery.noConflict();		
   135  		function swFormHasChanged()
   136  		{
   137  			
   138  			 
   139  			   //We are not doing any checks right now for the form change			  
   140  			$jq('#div_ext').find(':input:disabled').removeAttr('disabled');
   141  			
   142  			selectMultiVal();	
   143  			
   144  			//console.log("current::"+$jq('#div_ext').find("select, textarea, input").serialize());
   145  			//console.log("previous::"+$jq('#div_ext').data('serializeExt'));
   146  			if($jq('#div_ext').find("select, textarea, input").serialize()!="")
   147  				{
   148  					if($jq('#div_ext').find("select, textarea, input").serialize()===$jq('#div_ext').data('serializeExt'))
   149  					{						
   150  						return(false);	
   151  					}
   152  				}
   153  			else
   154  				{
   155  					// the screen is read only thus can be not compared					
   156  					return(false);	
   157  				}
   158  								
   159  				return(true);
   160  		}
   161  		
   162  		function selectMultiVal()
   163  		{		 
   164  			var length=document.extensibleForm.elements.length;
   165  			for(i=0;i < length; i++)
   166  			{
   167  			  elem = document.extensibleForm.elements[i];
   168  			  var type = null;
   169  			  if(elem)
   170  			  {
   171  				if (elem.id != null && (elem.id.indexOf("multiVal")>=0) )
   172  				{
   173  				  if(elem.type.indexOf("select") >=0)
   174  				  {
   175  					
   176  					  options=elem.options;
   177  					  if(options != null && options.length > 0)
   178  					  {
   179  						for(j=0; j < options.length ;j++)
   180  						{
   181  						  options[j].selected=true;
   182  						}
   183  					  }
   184  				  }
   185  				}
   186  			  }//end of elem
   187  			}//end of for
   188  		}
   189  		</script>
   190      <!-- <script src="/pi/script/assets/mootools-core-1.3.1-full-nocompat-yc.js" type="text/javascript"></script>
   191  	<script src="/pi/script/assets/mootools-more-1.3.1.1.js" type="text/javascript"></script> -->
   192  	<script src="./salesfork Product Introduction_files/mootools-core-1.4.2.js.download" type="text/javascript"></script>
   193  	<script src="./salesfork Product Introduction_files/mootools-more-1.4.0.1.js.download" type="text/javascript"></script>
   194  	<script src="./salesfork Product Introduction_files/piscript.js.download" type="text/javascript"></script>
   195  	<script src="./salesfork Product Introduction_files/PopUpWindow.js.download" type="text/javascript"></script>
   196  	<script src="./salesfork Product Introduction_files/editableDropdown.js.download" type="text/javascript"></script>
   197  	<script type="text/javascript" src="./salesfork Product Introduction_files/modalpopups.js.download"></script>
   198  	<script type="text/javascript" src="./salesfork Product Introduction_files/shCore.js.download"></script>
   199  	<script type="text/javascript" src="./salesfork Product Introduction_files/shBrushJScript.js.download"></script>
   200  	<script src="./salesfork Product Introduction_files/calendar.js.download"></script>
   201  	<script src="./salesfork Product Introduction_files/jquery-1.7.2.min.js.download" type="text/javascript"></script>
   202  	<script src="./salesfork Product Introduction_files/simpleImageCheck-0.4.js.download" type="text/javascript"></script>
   203  	<script src="./salesfork Product Introduction_files/jquery.alerts.js.download" type="text/javascript"></script>
   204  	<link href="./salesfork Product Introduction_files/jquery.alerts.css" type="text/css" rel="stylesheet">
   205  	<script type="text/javascript" src="./salesfork Product Introduction_files/jquerysession.js.download"></script>
   206      <script type="text/javascript">
   207  	
   208  	
   209  	jQuery.noConflict();
   210  	jQuery(document).ready(function(){	
   211  		//alert('HI');
   212  		toggleShow('1');
   213  			loadHierarchiesJsonData();
   214  			requestedPage = document.hierarchyForm.requestedPage.value;
   215  			jQuery.session.clear();
   216  	})
   217  	var divName="";
   218  
   219  	function deActivateNavLinks()
   220  	{
   221  		setNavStateInactive('nav_items_a2m');
   222  		setNavStateInactive('nav_items_aiprc');
   223  		setNavStateInactive('nav_items_r2l');
   224  		setNavStateInactive('nav_items_ipv');
   225  		setNavStateInactive('nav_items_ipr');
   226  		/* Adding constants for Safeway */
   227  		setNavStateInactive('nav_items_ipcd');
   228  		setNavStateInactive('nav_items_ipdg');
   229  		setNavStateInactive('nav_items_ipswde');
   230  		setNavStateInactive('nav_items_ipdsd');
   231  		
   232  		setNavStateInactive('nav_items_cm2e');
   233  		setNavStateInactive('nav_items_aex');
   234  		setNavStateInactive('nav_items_dlt');
   235  		setNavStateInactive('nav_items_rrs');
   236  		setNavStateInactive('nav_items_wdn');
   237  		setNavStateInactive('nav_items_cnv');
   238  		setNavStateInactive('nav_items_unregistered');
   239  		setNavStateInactive('nav_items_staged');
   240  		setNavStateInactive('nav_items_aipds');
   241  		setNavStateInactive('nav_items_createItems');
   242  		setNavStateInactive('nav_items_enteredItems');
   243  		
   244  		jQuery('[id^="nav_items_userFavourites"]').each(function (){
   245  			setNavStateInactive(jQuery(this).attr("id"));
   246  		});
   247  		jQuery('[id^="nav_items_corporateItems"]').each(function (){
   248  			setNavStateInactive(jQuery(this).attr("id"));
   249  		});
   250  		
   251  	}
   252  
   253  	function setNavActiveState(currentNav)
   254  	{
   255  	    deActivateNavLinks();
   256  		setNavState(currentNav);
   257  
   258  		var divToExpand = document.getElementById('otherQueues');
   259  		var otherQueuesNavItems = new Array('nav_items_cm2e',
   260  											'nav_items_aex',
   261  											'nav_items_dlt',
   262  											'nav_items_rrs',
   263  											'nav_items_wdn',
   264  											'nav_items_cnv',
   265  											'nav_items_unregistered',
   266  											'nav_items_staged',
   267  											'nav_items_aipds');
   268  		// We do this to ensure that the Other Queues section remains open if currentNav is contained within that section
   269  		for(i = 0; i < otherQueuesNavItems.length; i++)
   270  		{
   271  		  if( currentNav == otherQueuesNavItems[i] && divToExpand.style.display == "none") {
   272  		  	expandcontent('otherQueues_image', 'otherQueues');
   273  		  }
   274  		}
   275  	}
   276  	
   277  	function checkToDisableAssignToUserField(status,assigned)
   278  	{
   279  		if(status == 'a2m')
   280  		{
   281  			 document.searchForm.assignedTo.value = 'Collin.Kindred@Obsidian.com';
   282  			 document.searchForm.assignedTo.disabled=true;
   283  			 document.searchForm.assigned[1].checked=true;
   284  			 document.getElementById("unassignedOption").style.display = "none";
   285  			 document.getElementById("allItemsInSystemOption").style.display = "none";
   286  			 document.getElementById("assignedToInput").style.display = "inline";
   287  		}
   288  		else if(status == 'a2nist')
   289  		{
   290  			 document.searchForm.assignedTo.value = 'NISTeam@mclaneco.com';
   291  			 document.searchForm.assignedTo.disabled=true;
   292  			 document.searchForm.assigned[1].checked=true;
   293  			 document.getElementById("unassignedOption").style.display = "none";
   294  			 document.getElementById("allItemsInSystemOption").style.display = "none";
   295  			 document.getElementById("assignedToInput").style.display = "inline";
   296  		}
   297  		else if(status == 'a2uin')
   298  		{
   299  			document.searchForm.assignedTo.value = 'UINTeam@mclane.com';
   300  			 document.searchForm.assignedTo.disabled=true;
   301  			 document.searchForm.assigned[1].checked=true;
   302  			 document.getElementById("unassignedOption").style.display = "none";
   303  			 document.getElementById("allItemsInSystemOption").style.display = "none";
   304  			 document.getElementById("assignedToInput").style.display = "inline";
   305  		}
   306  	    else
   307  	    {
   308  		     //document.searchForm.assignedTo.value="";
   309  		     document.searchForm.assignedTo.disabled=false;
   310  		     if(assigned=='unassigned'){
   311  				 document.searchForm.assigned[2].checked=true;
   312  				 document.getElementById("assignedToInput").style.display = "none";
   313  			 }else if(assigned=='assignedTo'){
   314  				document.searchForm.assigned[1].checked=true;
   315  				document.getElementById("assignedToInput").style.display = "inline";
   316  			 }else{
   317  				 document.searchForm.assigned[0].checked=true;
   318  				 document.getElementById("assignedToInput").style.display = "none";
   319  				 }
   320  			 document.getElementById("unassignedOption").style.display = "inline";
   321  			 document.getElementById("allItemsInSystemOption").style.display = "inline";
   322  			
   323  
   324  	    }
   325  	}
   326  
   327  	function checkToSetItemSourceField(sourceChecked) {
   328  		 var all=true;
   329  		
   330  			        document.searchForm.source[0].checked=false;
   331  					document.searchForm.source[1].checked=false;
   332  					document.searchForm.source[2].checked=false;
   333  			if(sourceChecked.indexOf('GDSN')!= -1){
   334  				document.searchForm.source[1].checked=true;
   335  				all=false;
   336  			} if (sourceChecked.indexOf('PI')!= -1){
   337  				document.searchForm.source[2].checked=true;
   338  				all=false;
   339  			}  if(all==true || sourceChecked.indexOf('ALL')!= -1) {
   340  				document.searchForm.source[0].checked=true;
   341  				document.searchForm.source[1].checked=true;
   342  				document.searchForm.source[2].checked=true;
   343  			}
   344  		}
   345  	
   346  	
   347  	function toggleShow(checkVal)
   348  	{
   349  		var iconToChange = document.getElementById('search_image');
   350  		var divToChange  = document.getElementById('advancedSearch_section');
   351  		var linkToChange = document.getElementById('search_link');
   352  		var tipsToChange = document.getElementById('search_tips');
   353  		if (iconToChange != null)
   354  		{
   355  			if(checkVal==2)
   356  			 {
   357  				if(document.searchForm.showSearch !=null && document.searchForm.showSearch.value!="true")
   358  				{
   359  					
   360  					divToChange.style.display = "none";
   361  					tipsToChange.style.display = "none";
   362  					linkToChange.innerHTML = 'Refine Search Results';
   363  					var expandSymbol=iconToChange.src.replace("contract_","expand_");
   364  					iconToChange.src=expandSymbol;
   365  					
   366  				}
   367  				else
   368  				{
   369  					
   370  					divToChange.style.display = "";
   371  					tipsToChange.style.display = "";
   372  					linkToChange.innerHTML = 'Hide - Refine Search Results';
   373  					var contractSymbol=iconToChange.src.replace("expand_","contract_");
   374  					iconToChange.src=contractSymbol;
   375  				}
   376  			 }
   377  			 else
   378  			 {
   379  				if (document.searchForm.showSearch.value=="true")
   380  				{
   381  					divToChange.style.display = "";
   382  					tipsToChange.style.display = "";
   383  					linkToChange.innerHTML = 'Hide - Refine Search Results';
   384  					var contractSymbol=iconToChange.src.replace("expand_","contract_");
   385  					iconToChange.src=contractSymbol;
   386  				}
   387  				else
   388  				{
   389  					divToChange.style.display = "none";
   390  					tipsToChange.style.display = "none";
   391  					linkToChange.innerHTML = 'Refine Search Results';
   392  					var expandSymbol=iconToChange.src.replace("contract_","expand_");
   393  					iconToChange.src=expandSymbol;
   394  				}
   395  			 
   396  			 }
   397  		 }
   398  		 
   399  		
   400  	}
   401  	
   402  	function toggleAdvancedSearch(iconId)
   403  	{
   404  		var iconToChange = document.getElementById(iconId);
   405  		var divToChange  = document.getElementById('advancedSearch_section');
   406  		var linkToChange = document.getElementById('search_link');
   407  		var tipsToChange = document.getElementById('search_tips');
   408  
   409  		if (iconToChange != null && divToChange != null && linkToChange && tipsToChange != null)
   410  		{
   411  			if (divToChange.style.display == "none")
   412  			{
   413  				divToChange.style.display = "";
   414  				tipsToChange.style.display = "";
   415  				linkToChange.innerHTML = 'Hide - Refine Search Results';
   416  				var contractSymbol=iconToChange.src.replace("expand_","contract_");
   417  				iconToChange.src=contractSymbol;
   418  			}
   419  			else
   420  			{
   421  				divToChange.style.display = "none";
   422  				tipsToChange.style.display = "none";
   423  				linkToChange.innerHTML = 'Refine Search Results';
   424  				var expandSymbol=iconToChange.src.replace("contract_","expand_");
   425  				iconToChange.src=expandSymbol;
   426  			}
   427  		}
   428  	}
   429  
   430      function applyTargetMarketValue(value)
   431      {
   432         document.searchForm.targetMarket.value = value;
   433      }
   434  
   435    	function applyGlnValue(gln,orgName)
   436    	{
   437   	   document.searchForm.gln.value = orgName;
   438  	   if(document.searchForm.ipGlnText == 'undefined'){
   439  		   document.getElementById('ipGlnDiv').innerHTML = gln;
   440  	   }else{
   441  		   document.searchForm.ipGlnText.value = gln;
   442  	   } 	   
   443   	}
   444  
   445  	function search()
   446  	{
   447  	TypeAction = 'search';
   448  	   document.searchForm.userAction.value='search';
   449  	   sendRequest(document.searchForm,'/pi/sw/Itemshierarchydisplay.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&ajxreq=true');
   450  	   modalWaitOpen();
   451   	}
   452  
   453  	function populateUnselectedItem()
   454  	{
   455  		jQuery("#hierarchyForm input[type=checkbox]").not(':checked').each(function() {
   456  				jQuery('<input>').attr({
   457  				    type: 'hidden',
   458  				    id: 'userUnSelectedRows'+i,
   459  				    name: 'userUnSelectedRows',
   460  				    value: this.value
   461  				}).appendTo(jQuery('#hierarchyForm'));
   462  		});
   463  	}
   464  
   465  	var TypeAction,requestedPage;
   466          function page(pageAction)
   467          {
   468          TypeAction = pageAction;
   469            populateUnselectedItem();
   470            document.hierarchyForm.userAction.value=pageAction;
   471            if(TypeAction == 'more'){
   472                  document.hierarchyForm.requestedPage.value=requestedPage;
   473  		requestedPage = parseInt(requestedPage)+1;
   474            }else{
   475                  requestedPage = 1;
   476            }
   477  	  sendHierarchyJSONPost(document.hierarchyForm,'/pi/sw/Itemshierarchydisplay.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&ajxreq=true');
   478  	  modalWaitOpen();
   479  	}
   480  
   481  	function checkForValidActions()
   482  	{
   483  	  document.hierarchyForm.userAction.value='actionChange';
   484  	  disableActionFields();
   485  	  sendRequest(document.hierarchyForm,'/pi/sw/Itemshierarchydisplay.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&ajxreq=true');
   486  
   487  	}
   488  
   489  	function showTmPopup()
   490  	{
   491  		var url = '/pi/sw/TmHelperPopup.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   492  		showPopup(url);
   493  	}
   494  
   495  	function showGlnPopup()
   496  	{
   497  		var url ='/pi/sw/GlnHelperPopup.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   498  		showPopup(url);
   499  	}
   500  
   501  	function showPopup(url)
   502  	{
   503  
   504         var features="toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=800,height=380";
   505  
   506  	    win = window.open('about:blank','HELPER_POPUP',features);
   507  	    win.focus();
   508  
   509  	    document.launchForm.action=url;
   510  	    document.launchForm.target="HELPER_POPUP";
   511  	    document.launchForm.submit();
   512  	    document.launchForm.target="_self";
   513  	}
   514  
   515  	function showAssignPopup(url)
   516  	{
   517  
   518         var features="toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=300";
   519  	    win = window.open('about:blank','HELPER_POPUP',features);
   520  	    win.focus();
   521  
   522  	    document.launchForm.action=url;
   523  	    document.launchForm.target="HELPER_POPUP";
   524  	    document.launchForm.submit();
   525  	    document.launchForm.target="_self";
   526  	}
   527  
   528  	function showAttPopup(url)
   529  	{
   530         var features="toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=800,height=600,left=10,top=10";
   531  
   532  	    win = window.open('about:blank','HELPER_POPUP',features);
   533  	    win.focus();
   534  	    document.hierarchyForm.action=url;
   535  	    document.hierarchyForm.target="HELPER_POPUP";
   536  	    document.hierarchyForm.submit();
   537  	    document.hierarchyForm.target="_self";
   538  	}
   539  
   540  	function checkAll(form)
   541  	{
   542  		for(var i=0;i<form.elements.length;i++)
   543  		{
   544  			if(form.elements[i].type=='checkbox')
   545  	           form.elements[i].checked = form.allrows.checked;
   546  		}
   547  	}
   548  
   549  	function clearHierarchySelections(form)
   550  	{
   551  		for(var i=0;i<form.elements.length;i++)
   552  		{
   553  			if(form.elements[i].type=='checkbox')
   554  	           form.elements[i].checked = false;
   555  		}
   556  
   557  	}
   558  
   559  	function checkForSelection(form)
   560  	{
   561  		for(var i=0;i<form.elements.length;i++)
   562  		{
   563  			if(form.elements[i].type=='checkbox' && form.elements[i].name=='rows')
   564  			{
   565  				addSelectedPubId(form.elements[i].name, form.elements[i].value);
   566  			}
   567  		}
   568  	}
   569  
   570  	function addSelectedPubId(formName,name, value){
   571  		var field = document.createElement("input");
   572  		field.setAttribute("type","hidden");
   573  		field.setAttribute("value",value);
   574  		field.setAttribute("name",name);
   575  
   576  	    //add new element to the existing form
   577  	    document.getElementById(formName).appendChild(field);
   578  
   579  		//Process();
   580  	}
   581  
   582  	function disableActionFields()
   583  	{
   584  		document.hierarchyForm.takeAction.disabled = true;
   585  		document.hierarchyForm.action_button.disabled = true;
   586  	}
   587  
   588  	function applyComment(comments)
   589  	{
   590  		addSelectedPubId('hierarchyForm','comments',comments);
   591  		document.hierarchyForm.userAction.value='takeAction';
   592  	    document.hierarchyForm.action='/pi/sw/Itemssearch.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   593  		document.hierarchyForm.submit();
   594  		 modalWaitOpen();
   595  	}
   596  
   597  	function assignWorkflow(role,user,doAction)
   598  	{
   599  	    addSelectedPubId('hierarchyForm','assignToUser',user);
   600  		document.hierarchyForm.userAction.value='takeAction';
   601  		document.hierarchyForm.action='/pi/sw/Itemssearch.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   602  		document.hierarchyForm.submit();
   603  		modalWaitOpen();
   604   }
   605  
   606  	function applyAction()
   607  	{
   608  	    var hierarchySelected = false;
   609  
   610  	    if(document.hierarchyForm.takeAction.value == 'exportall'){
   611  			hierarchySelected=true;
   612  		 	
   613  		}
   614  	    
   615  	    if (document.getElementById("selectedRowsInSession")!=null) {
   616  			var selRowsInSession = document.getElementById("selectedRowsInSession").value;
   617  			 for(var i=0;i<document.hierarchyForm.elements.length;i++)
   618  			{	
   619  				 if( document.hierarchyForm.elements[i].type=='checkbox' &&
   620  					document.hierarchyForm.elements[i].name == 'rows'   &&
   621  					document.hierarchyForm.elements[i].checked == false &&
   622  				   (selRowsInSession.indexOf(", "+document.hierarchyForm.elements[i].value+"]") > -1 || 
   623  					 selRowsInSession.indexOf(", "+document.hierarchyForm.elements[i].value+",") > -1 ||
   624  					 selRowsInSession.indexOf("["+document.hierarchyForm.elements[i].value+",")> -1 ||
   625  					 selRowsInSession.indexOf("["+document.hierarchyForm.elements[i].value+"]")> -1))
   626  				  {
   627  				   selRowsInSession = selRowsInSession.replace(', '+document.hierarchyForm.elements[i].value+",",',')
   628  								.replace(', '+document.hierarchyForm.elements[i].value+"]",']')
   629  								.replace('['+document.hierarchyForm.elements[i].value+", ",'[')
   630  								.replace('['+document.hierarchyForm.elements[i].value+"]",'[]');
   631  				  }
   632  			}
   633  			if (selRowsInSession.replace(/\,/g,"").length>2)
   634  				hierarchySelected=true;
   635  		}
   636  	    
   637  		for(var i=0;i<document.hierarchyForm.elements.length;i++)
   638  		{
   639  			if(document.hierarchyForm.elements[i].type=='checkbox' &&
   640  			   document.hierarchyForm.elements[i].name == 'rows'   &&
   641  			   document.hierarchyForm.elements[i].checked)
   642  			{
   643  				hierarchySelected = true;
   644  				break;
   645  			}
   646  		}
   647  		
   648  		if(!hierarchySelected)
   649  		{
   650  		    if( document.getElementById("actionErrorDiv") != null )
   651  				document.getElementById("actionErrorDiv").style.display = "inline";
   652  		    if(document.getElementById("errorMessage")!=null)
   653  		    	document.getElementById("errorMessage").style.display = "none";
   654  			return;
   655  		}
   656  		else
   657  		{
   658  		    if( document.getElementById("actionErrorDiv") != null )
   659  				document.getElementById("actionErrorDiv").style.display = "none";
   660  		}
   661  
   662  		// No AJAX CALL
   663      	if(document.hierarchyForm.takeAction.value == 'productmassupdate'){
   664  				document.hierarchyForm.userAction.value='takeAction';
   665  				document.hierarchyForm.action='/pi/sw/Itemssearch.action?userUrlAction=display&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   666  				document.hierarchyForm.submit();
   667  				modalWaitOpen();
   668  			}
   669  		else if(document.hierarchyForm.takeAction.value == 'editProduct'){
   670   			document.hierarchyForm.userAction.value='takeAction';
   671  			document.hierarchyForm.action='/pi/sw/Itemssearch.action?userUrlAction=display&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   672  		    document.hierarchyForm.submit();
   673  			modalWaitOpen();
   674  		}
   675      	else if(document.hierarchyForm.takeAction.value == 'addattachments'){
   676   			document.hierarchyForm.userAction.value='takeAction';
   677  			var url ='/pi/sw/Itemssearch_AttPopup.action?userUrlAction=display&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   678  			showAttPopup(url);
   679  		}
   680      	else if(document.hierarchyForm.takeAction.value == 'exportall'){
   681  				   document.hierarchyForm.userAction.value='takeAction';
   682  				   document.hierarchyForm.action='/pi/sw/Itemssearch.action?userUrlAction=display&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   683   			       document.hierarchyForm.submit()
   684  				   modalWaitOpen();
   685  			}
   686      	else if(document.hierarchyForm.takeAction.value == 'multiitemprint'){
   687   			exportToPdf();
   688  		}
   689      	else if(document.hierarchyForm.takeAction.value == 'restart'){
   690      		 document.hierarchyForm.userAction.value='takeAction';
   691  			 document.hierarchyForm.action='/pi/sw/Itemssearch.action?userUrlAction=display&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   692  		     document.hierarchyForm.submit()
   693  			 modalWaitOpen();
   694  		}
   695          else
   696   		{
   697          		if(document.hierarchyForm.takeAction.value !='addcomment' && document.hierarchyForm.takeAction.value !='assign'){
   698  				document.hierarchyForm.userAction.value='takeAction';
   699  				//sendRequest(document.hierarchyForm,'/pi/sw/Itemshierarchydisplay.action?ajxreq=true');
   700  				//disableActionFields();
   701  				if(document.hierarchyForm.takeAction.value =='Reject'.toLowerCase()
   702  						 || document.hierarchyForm.takeAction.value =='Send Back To Supplier'.toLowerCase()
   703  						 || document.hierarchyForm.takeAction.value =='Send Back To Consumer Demand'.toLowerCase()
   704  						 || document.hierarchyForm.takeAction.value =='Send Back To Data Governance'.toLowerCase()
   705  						 || document.hierarchyForm.takeAction.value =='Approve and Send to Merchandising'.toLowerCase())
   706  				{
   707  					var confirmVar=true;
   708  					if(document.hierarchyForm.takeAction.value == 'Reject'.toLowerCase())
   709  					{
   710  						 confirmVar = confirm ("Do you want to Reject this item? Click OK to continue, or Cancel to stop this action and return.");
   711  					}
   712  					if(confirmVar)
   713  					{
   714  						if(document.hierarchyForm.takeAction.value == 'Reject'.toLowerCase())
   715  						{
   716  							   document.launchForm.userAction.value = "transition";
   717  							   var url ='/pi/sw/WorkflowSubmitCommentPopup.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   718  							   showPopup(url);	
   719  						} else {
   720  							 <!--document.launchForm.userAction.value = 'addCommentsForWorkflowAction';-->
   721  							   document.launchForm.userAction.value = "transition";
   722  							   var url = '/pi/sw/WorkflowCommentPopup.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   723  							   showPopup(url);
   724  						}
   725  					  
   726  					}
   727  				}
   728  				else
   729  				{
   730  				   document.hierarchyForm.userAction.value='takeAction';
   731  				   document.hierarchyForm.action='/pi/sw/Itemssearch.action?userUrlAction=display&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   732   			       document.hierarchyForm.submit()
   733  				   modalWaitOpen();
   734  			 }
   735  	 		}
   736  			else
   737  			{
   738  				if(document.hierarchyForm.takeAction.value == 'addcomment')
   739  				{
   740  				   var url ='/pi/sw/ItemshierarchySelection.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   741  				   document.hierarchyForm.userAction.value = "addComments";
   742  	  			   showAttPopup(url);
   743  				}
   744  				if(document.hierarchyForm.takeAction.value == 'assign')
   745  				{
   746  				   var url ='/pi/sw/AssignWorkflowPopup.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   747  				   showAssignPopup(url);
   748  				}
   749  			}
   750   		}
   751  
   752  	}
   753  	
   754  	function checkGDSNItemOnly()
   755  	{
   756  		var chboxIndex;
   757  		var chboxString;
   758  		var chboxHiddenValue;
   759  		for(var i=0;i<document.hierarchyForm.elements.length;i++)
   760  		{
   761  			if(document.hierarchyForm.elements[i].type=='checkbox' &&
   762  			   document.hierarchyForm.elements[i].name == 'rows'   &&
   763  			   document.hierarchyForm.elements[i].checked)
   764  			{
   765  				//alert("i "+i);
   766  				//console.log("document.hierarchyForm.elements[i].value  "+document.hierarchyForm.elements[i].value);
   767  				chboxIndex = document.hierarchyForm.elements[i].value;
   768  				chboxString = 'checkbox_'+ chboxIndex;
   769  				chboxHiddenValue = document.getElementById(chboxString).value;
   770  				
   771  				//console.log(" chboxHiddenValue "+chboxHiddenValue);
   772  				
   773  				if(chboxHiddenValue != 'G')
   774  				{
   775  					
   776  					alert("WYS1026 Mass Update currently Not available for NonGDSN Items, please select only GDSN Items");
   777  					return false;
   778  				}
   779  				return true;
   780  				
   781  			}
   782  		}
   783  	}
   784  
   785  	function exportToPdf()
   786  	{
   787  		if (verifyPdfSelectionCount()){
   788  			var url ='/pi/sw/PrintMultipleItemsPopup.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   789  	        var features="toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=300";
   790  	
   791  		    win = window.open('about:blank','HELPER_POPUP',features);
   792  		    win.focus();
   793  		    //document.hierarchyForm.userAction.value="MultipleItemPrint";
   794  		    document.hierarchyForm.action=url;
   795  		    document.hierarchyForm.target="HELPER_POPUP";
   796  		    document.hierarchyForm.submit();
   797  		    document.hierarchyForm.target="_self";
   798  		}
   799  		else{
   800  			
   801  			var multiPrintMaxLimit = '5';
   802  			alert("Please select " + multiPrintMaxLimit +  " or fewer items to print");
   803  		}
   804  	}
   805  
   806  	function verifyPdfSelectionCount(){
   807  		var multiPrintMaxLimit = 5;
   808  		var selectedItemCount = 0;
   809  		for (var i=0;i<document.hierarchyForm.rows.length; i++){			
   810  			if (document.hierarchyForm.rows[i].checked){
   811  				selectedItemCount++;
   812  			}
   813  		}
   814  				
   815  		if (selectedItemCount > multiPrintMaxLimit){
   816  			return false;
   817  		}
   818  		else{
   819  			return true;
   820  		}
   821  	}
   822  	
   823  	function loadHierarchiesJsonData(){
   824  document.hierarchyForm.userAction.value='jsonDisplay';
   825  sendHierarchyJSONPost(document.hierarchyForm,'/pi/sw/Itemshierarchydisplay.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&ajxreq=true');
   826  	}
   827  	
   828  	function sendRequest(form,url)
   829  	{
   830  	   data = create_request_string(form);
   831  	   sendHierarchyPost(url,data);
   832  	}
   833  
   834  
   835  	function clearSearchFormFields()
   836  	{
   837  	  var status = document.searchForm.status.value;
   838  	  clearFields(document.searchForm);
   839  	  clearGLNInfoFields();
   840  	  clearSelectedOptions('approvedSource');
   841  	  clearSelectedOptions('reasonforSubmission');
   842  	  document.searchForm.status.value = status;
   843  	  document.searchForm.assigned[0].checked=true;
   844  	  document.searchForm.nationalItem[0].checked=true;
   845  	  document.searchForm.refCol14.value="";	
   846  	  document.searchForm.refCol13.value="";
   847  	  document.searchForm.indicators[0].checked=true;
   848  	  document.searchForm.refCol6.value="";
   849  	  if( document.searchForm.sourceChecked!=null)
   850  		{
   851  	  		document.searchForm.sourceChecked.value ="";
   852  		}
   853  	
   854  	  if(document.searchForm.assignedSelected!=null)
   855  		  {
   856  	 		 document.searchForm.assignedSelected.value="";
   857  		  }
   858  	  
   859  	  if(document.searchForm.source!=null){
   860  	  document.searchForm.source[0].checked=true;
   861  	  document.searchForm.source[1].checked=true;
   862  	  document.searchForm.source[2].checked=true;
   863  	  }
   864  	  document.searchForm.userAction.value='clearSearch';
   865  	  sendRequest(document.searchForm,'/pi/sw/Itemshierarchydisplay.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&ajxreq=true');
   866  	}
   867  
   868  	function clearGLNInfoFields()
   869  	{
   870  	  if( 'false' == 'true')
   871  	  {
   872  	    document.getElementById('ipGlnDiv').innerHTML = "";
   873  	  }
   874  	}
   875  	
   876  function clearGLNInfo(){
   877  	if( 'false' == 'true')
   878  	  {
   879  		if(!document.searchForm.ipGlnText){
   880  		   document.getElementById('ipGlnDiv').innerHTML = "";
   881  	   }else{
   882  		   document.searchForm.ipGlnText.value = "";
   883  	   } 
   884  	  }
   885  	}
   886  	
   887  	function showStatus(status)
   888  	{
   889  	  // clearFields(document.searchForm);
   890  	   clearGLNInfoFields();
   891  	  //resseting SearchForm fields
   892  	   checkToDisableAssignToUserField(status,document.searchForm.assigned.value);
   893  	  //checkToSetItemSourceField('');
   894        document.searchForm.status.value=status;
   895        document.launchForm.status.value=status;
   896  	  document.launchForm.userAction.value='display';
   897  	  document.launchForm.updatea2mCount.value='false';
   898  	  sendRequest(document.launchForm,'/pi/sw/Itemshierarchydisplay.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&ajxreq=true');
   899  	  modalWaitOpen();
   900  	}
   901  
   902  	function showPortalItems(status)
   903  	{
   904        document.searchForm.status.value=status;
   905        document.launchForm.status.value=status;
   906  	  document.launchForm.userAction.value='display';
   907  	  document.launchForm.updatea2mCount.value='false';
   908  	  document.launchForm.action='/pi/sw/portalItemssearch.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   909        document.launchForm.submit();
   910  	  modalWaitOpen();
   911  	}
   912  	
   913  	function addPortalItem(status)
   914  	{
   915  		document.launchForm.status.value=status;
   916  		document.launchForm.userAction.value='showContext';
   917  		document.launchForm.updatea2mCount.value='false';
   918  		document.launchForm.editable.value='true';
   919  		document.launchForm.action='/pi/sw/NonGDSNContextEdit.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
   920  	    document.launchForm.submit();
   921  		modalWaitOpen();		
   922  	}
   923  	
   924  	function sendHierarchyJSONPost(data,url) {
   925  		  divName='hierarchies';
   926  		  var aj = new Request(
   927  					{	url:url, 
   928  						method:'post',
   929  						data: data,
   930  						onSuccess:getJSONResponse
   931  					}).send();
   932  	}
   933  	
   934  	function sendHierarchyPost(url,data) {
   935  	  divName='hierarchies';
   936  	  var aj = new Request(
   937  				{	url:url, 
   938  					method:'post',
   939  					data: data,
   940  					onSuccess:getResponse
   941  				}).send();
   942  	}
   943  
   944  		function sendAssignCountRequest(url,data) {
   945  	  	  divName='assignToMeDIV';
   946  		  var aj = new Request(
   947  					{	url:url, 
   948  						method:'post',
   949  						data: data,
   950  						onSuccess:getMyWorkQueueResponse
   951  					}).send();
   952  		}
   953  
   954  function loadPaging(responseStr,isMessage){
   955  	
   956                 
   957  
   958  
   959  var pageSize = Object.keys(responseStr.object).length;
   960  var strContent = jQuery(".tableborderLeftTopRight").find("table").find("td:first").html();
   961  var resContent = parseInt(strContent.split(" ")[2]);
   962  var replaceValue,totalPages;
   963  if(isMessage){
   964   replaceValue = pageSize + resContent;
   965  }else{
   966  replaceValue = pageSize;
   967  }
   968  pageSize = jQuery(".tablefooter").find("select").val();
   969  var totalCount=parseInt(strContent.split(" ")[4]);
   970          if (totalCount % pageSize == 0) {
   971                  totalPages = totalCount / pageSize;
   972  
   973          } else{
   974                  totalPages = Math.floor((totalCount / pageSize)) + 1;
   975          }
   976          jQuery(".tablefooter").find("button").remove();
   977          if (requestedPage < totalPages){
   978  	 var htmlStr ='<button type="button" id="save_button" class="button_default" onclick="javascript:page(\'more\');">More</button>';
   979                  jQuery(".tablefooter").append(htmlStr);
   980          }
   981  
   982  strContent = strContent.replace(resContent,replaceValue);
   983  jQuery(".tableborderLeftTopRight").find("table").find("td:first").replaceWith('<td>'+strContent+'</td>');
   984  }
   985  
   986  function isHierarchySelected(indexes,pubId){
   987  	if(!jQuery.isEmptyObject(indexes)){
   988  		var isSelected = false;
   989  			jQuery.each(indexes, function(key,val){
   990  				if(val == pubId){
   991  					isSelected = true;
   992  				}
   993  			});
   994  		return isSelected;
   995  	}else{
   996  		return false;
   997  	}
   998  }
   999  
  1000  function encodeData(str)
  1001  {
  1002  	//console.log("str -->"+str);
  1003      return encodeURI(str).replace(/\-/g, "%2D").replace(/\_/g, "%5F").replace(/\./g, "%2E").replace(/\!/g, "%21").replace(/\~/g, "%7E").replace(/\*/g, "%2A").replace(/\'/g, "%27").replace(/\(/g, "%28").replace(/\)/g, "%29");
  1004  }
  1005  
  1006  var refGroup;
  1007  
  1008  function buildHierarchies(responseStr,hierarchyNode,showItemSource,parentObjectId){
  1009  
  1010  	var htmlstr;
  1011  		if(hierarchyNode.displayNode == true){	
  1012  			htmlstr += '<tr class="table3"> \
  1013  			<td width="24" align="center" class="table3 '+hierarchyNode.itemSourceClass+' ">';
  1014  			if(showItemSource){
  1015  				htmlstr +=hierarchyNode.itemSourceIndicator;
  1016  				showItemSource = false;
  1017  			}else{
  1018  				htmlstr = htmlstr+'&nbsp;'
  1019  			}
  1020  			
  1021  			htmlstr += '</td>';
  1022  			//Adding dam images to the search result changes
  1023  			if(!jQuery.isEmptyObject(hierarchyNode.imageURL))
  1024  				{
  1025  					var mimeType =hierarchyNode.mimeType;
  1026  					var fileName=hierarchyNode.imageName;
  1027  					var extension=fileName.substring(fileName.lastIndexOf('.') + 1).toLowerCase();
  1028  					var assetType=hierarchyNode.assetType;
  1029  					var offering =hierarchyNode.offeringStatus;
  1030  					var imageurl=hierarchyNode.imageURL;
  1031  					
  1032  					if(assetType==='DAM')
  1033  						{
  1034  						if(offering==='ACTIVE')
  1035  							{
  1036  							if(mimeType.search("image")!=-1)
  1037  								{
  1038  								htmlstr +='<td>';
  1039  								htmlstr +='<img src="'+hierarchyNode.imageURL+'" class="thumbnail-image" title="" escape="false"/></td>';
  1040  								}
  1041  							else
  1042  								{
  1043  								htmlstr +='<td>';
  1044  								htmlstr +='<img src="../images/'+extension+'.jpg" class="thumbnail-image" title=""/></td>';
  1045  								}
  1046  							}
  1047  						else
  1048  							{
  1049  								htmlstr +='<img src="../images/preivew-dam.png" class="thumbnail-image" title=""/></td>';
  1050  							}
  1051  						}
  1052  					else
  1053  						{
  1054  						///EFL case
  1055  						
  1056  							if(offering==='ACTIVE')
  1057  								{
  1058  									var url=null; //By default
  1059  									if((imageurl.search("http://")!=-1) || (imageurl.search("https://")!=-1))
  1060  										{
  1061  										/// if the imageURL is coming with the http , we dont have token . If you add the token it will not render the image
  1062  										//url=''+encodeURIComponent(hierarchyNode.imageURL)+'';
  1063  										url=encodeData(hierarchyNode.imageURL);
  1064  										console.log("url-->"+ url);
  1065  										htmlstr +="<td>";
  1066  										htmlstr +="<img src='";
  1067  										htmlstr +=url;
  1068  										htmlstr +="' class='thumbnail-image' title='' onError='javascript:imgError(this)' escape='false'/></td>";
  1069  										}
  1070  									else
  1071  										{
  1072  										//if the imageurl is coming without http(s) , we need to append the CSRF token in order to prevent the user login out
  1073  										htmlstr +='<td>';
  1074  										htmlstr +='<img src="../images/preivew-dam.png" class="thumbnail-image" title=""/></td>';
  1075  										}
  1076  									
  1077  									
  1078  									
  1079  								}
  1080  							else
  1081  								{
  1082  								htmlstr +='<td>';
  1083  								htmlstr +='<img src="../images/preivew-dam.png" class="thumbnail-image" title=""/></td>';
  1084  								}
  1085  							
  1086  						}
  1087  				}
  1088  			else
  1089  				{
  1090  				htmlstr +='<td>';
  1091  				htmlstr +='<img src="../images/preivew-dam.png" class="thumbnail-image" title=""/></td>';
  1092  				}
  1093  			
  1094  			/// DAM changes end
  1095  			
  1096  			
  1097  			htmlstr += '</td>'+hierarchyNode.packagingLevel+'<td nowrap>&nbsp;'+hierarchyNode.nodeBranchHtml+'\
  1098  				<a id="link_items_details" \
  1099  				href="/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;\
  1100  				userAction=editItem&amp;pubId='+parentObjectId+'" \
  1101  onclick="javascript:showProgress();">'+hierarchyNode.packaginglevelValue+'</a></td><td>';
  1102  					if(!jQuery.isEmptyObject(hierarchyNode.description)){
  1103  						htmlstr += hierarchyNode.description;
  1104  					}
  1105  					if(!jQuery.isEmptyObject(hierarchyNode.brand)){
  1106  						htmlstr+='</td><td>'+hierarchyNode.brand+'</td>';
  1107  					}else{
  1108  						htmlstr+='<td>&nbsp;</td>';
  1109  					}										
  1110  					if(!jQuery.isEmptyObject(hierarchyNode.upcOrEANCodeToolTip)){
  1111  						htmlstr+='<td><label title="'+hierarchyNode.upcOrEANCodeToolTip+'">'+hierarchyNode.upcOrEANCode+'</label></td>';
  1112  					}else{
  1113  						htmlstr+='<td>&nbsp;</td>';
  1114  					}
  1115  
  1116  					htmlstr+='<td>'+hierarchyNode.gtin+'</td><td nowrap>';
  1117  					if(!jQuery.isEmptyObject(hierarchyNode.vendorItemNumber)){
  1118  						htmlstr+=hierarchyNode.vendorItemNumber;
  1119  					}
  1120  					htmlstr+='</td><td nowrap>'+hierarchyNode.organizationName+'</td>';
  1121  					
  1122  					if(!jQuery.isEmptyObject(refGroup.refCol1)){
  1123  						if(!jQuery.isEmptyObject(hierarchyNode.refCol1)){
  1124  							htmlstr+='<td nowrap>'+hierarchyNode.refCol1+'</td>';
  1125  						}else{
  1126  							htmlstr+='<td nowrap></td>';
  1127  						}
  1128  					} 
  1129  					if(!jQuery.isEmptyObject(refGroup.refCol2)){
  1130  						if(!jQuery.isEmptyObject(hierarchyNode.refCol2)){
  1131  							htmlstr+='<td nowrap>'+hierarchyNode.refCol2+'</td>';
  1132  						}else{
  1133  							htmlstr+='<td nowrap></td>';
  1134  						}
  1135  					}					 
  1136  					htmlstr+='<td nowrap>'+hierarchyNode.targetMarket+'</td><td nowrap>'+hierarchyNode.createDate+'</td></tr>';
  1137  		}
  1138  		
  1139  		if(!jQuery.isEmptyObject(hierarchyNode.children)){
  1140  			jQuery.each(hierarchyNode.children, function(key,subChildren){
  1141  				htmlstr+=buildHierarchies(responseStr,subChildren,showItemSource,parentObjectId);
  1142  			});
  1143  		}
  1144  
  1145  	return htmlstr;
  1146  }
  1147  
  1148  	function getJSONResponse(responseStr) {
  1149  		//alert(responseStr);
  1150  	
  1151  	modalWaitClose();
  1152  		if(responseStr != null)
  1153  		{
  1154  			index = responseStr.indexOf("###ERROR###");
  1155  			if(index != -1)
  1156  			{
  1157  				//ACCESS ERROR
  1158  				index = responseStr.indexOf("###ACCESSERROR###");
  1159  				if(index != -1)
  1160  					window.location='/pi/html/forcedlogout.html';
  1161  				else
  1162  				{
  1163  					//USER ERROR
  1164  					index = responseStr.indexOf("###ERROR###");
  1165  					alertStr = responseStr.substr(index+"###ERROR###".length);
  1166  					//alert(alertStr);
  1167  				}
  1168  			}
  1169  			else
  1170  			{
  1171  				//SUCCESS
  1172  				var htmlstr,isParsed,assignedSelected;
  1173  				try{
  1174  					responseStr = jQuery.parseJSON(unescapeHtml(responseStr));
  1175  					isParsed = true;					
  1176  				}catch(e){
  1177  					isParsed = false;					
  1178  				}
  1179  				if(isParsed){
  1180  
  1181  jQuery.each(responseStr.object, function(key,z){
  1182  					jQuery.each(z.hierarchyNodes, function(key,y){
  1183  
  1184  						if(y.itemSourceIndicator){
  1185  						htmlstr = htmlstr+ '<tr class="table4">' +
  1186  									'<td width="24" align="center" class="table3">';
  1187  									
  1188  //if(isHierarchySelected(responseStr.object.additionalProperties.rows,y.index)){											
  1189  //htmlstr+='<input type="checkbox" name="rows" id="rows" value="'+y.index+'" checked="checked"/>';
  1190  //}else{
  1191  htmlstr+='<input type="checkbox" name="rows" id="rows" value="'+y.index+'"/>';
  1192  //}
  1193  htmlstr = htmlstr+'</td> \
  1194  <td nowrap colspan=13> \
  1195  <table width="780"> \
  1196  <tr valign="top" id="itemSearchHierarchyHeader"> \
  1197  <td width="33%">'+y.statusLabel+'<br><b>'+y.statusValue+'</b></td> \
  1198  <td width="33%">'+y.assignedLabel+'<br><b>';
  1199  if(!jQuery.isEmptyObject(y.assignedTo)){
  1200  htmlstr+=y.assignedValue;
  1201  }
  1202  htmlstr+='</b></td> \
  1203  <td width="33%">'+y.dateLastUpdated+'<br><b>'+y.lastModifiedDate+'</b></td> \
  1204  </tr> \
  1205  </table>\
  1206  </td></tr>';
  1207  
  1208  var showItemSource =true;		
  1209  if(!jQuery.isEmptyObject(y.refGroup)){
  1210  	refGroup = y.refGroup;
  1211  }
  1212  htmlstr += buildHierarchies(responseStr,y,showItemSource,y.parentObjectId);                         
  1213  var length = 10+Object.keys(refGroup).length;
  1214  htmlstr+='<tr><td class="hierarchySpacingRow" colspan="'+length+'">&nbsp;</td></tr>';		
  1215  }
  1216  });		
  1217  });
  1218  
  1219  if(TypeAction != 'more'){
  1220  jQuery('.tablebackground tr:gt(1)').remove();
  1221  loadPaging(responseStr,false);
  1222  }else{
  1223  loadPaging(responseStr,true);
  1224  }
  1225  jQuery(".tablebackground").append(htmlstr);
  1226  
  1227  				
  1228  				}else{
  1229  					$(divName).innerHTML = responseStr;
  1230  					assignedSelected = document.searchForm.assignedSelected.value;
  1231  				}	
  1232  				toggleShow('2');
  1233  			
  1234  				data = create_request_string(document.launchForm);
  1235  				checkToDisableAssignToUserField(document.searchForm.status.value,assignedSelected);
  1236  				if(document.searchForm.sourceChecked !=null)
  1237  				{
  1238  					checkToSetItemSourceField(document.searchForm.sourceChecked.value);
  1239  				}
  1240  				var divToChange  = document.getElementById('advancedSearch_section');
  1241  				divToChange.style.display = 'none';
  1242  				toggleAdvancedSearch('search_image');
  1243  				sendAssignCountRequest('/pi/sw/ItemsMyWorkQueues.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP',data);
  1244  				
  1245  			}
  1246  		}
  1247  		else
  1248  			alert("No response from server..."); //should not happen
  1249   	}
  1250  	
  1251  	function getResponse(responseStr) {
  1252  		modalWaitClose();
  1253  		if(responseStr != null)
  1254  		{
  1255  			index = responseStr.indexOf("###ERROR###");
  1256  			if(index != -1)
  1257  			{
  1258  				//ACCESS ERROR
  1259  				index = responseStr.indexOf("###ACCESSERROR###");
  1260  				if(index != -1)
  1261  					window.location='/pi/html/forcedlogout.html';
  1262  				else
  1263  				{
  1264  					//USER ERROR
  1265  					index = responseStr.indexOf("###ERROR###");
  1266  					alertStr = responseStr.substr(index+"###ERROR###".length);
  1267  					//alert(alertStr);
  1268  				}
  1269  			}
  1270  			else
  1271  			{
  1272  				//SUCCESS
  1273  				$(divName).innerHTML = responseStr;			
  1274  				if(document.searchForm.userAction.value=="clearSearch"){
  1275  					clearGLNInfo();
  1276  				}
  1277  				toggleShow('2');
  1278  				data = create_request_string(document.launchForm);
  1279  				checkToDisableAssignToUserField(document.searchForm.status.value,document.searchForm.assignedSelected.value);
  1280  				if(document.searchForm.userAction.value=='clearSearch'){
  1281  					clearSelectedOptions('approvedSource');
  1282  					clearSelectedOptions('reasonforSubmission');	
  1283  				}
  1284  				if(document.searchForm.sourceChecked !=null)
  1285  				{
  1286  				checkToSetItemSourceField(document.searchForm.sourceChecked.value);
  1287  				}
  1288  				var divToChange  = document.getElementById('advancedSearch_section');
  1289  				divToChange.style.display = 'none';
  1290  				toggleAdvancedSearch('search_image');
  1291  				sendAssignCountRequest('/pi/sw/ItemsMyWorkQueues.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP',data);
  1292  				requestedPage = document.hierarchyForm.requestedPage.value;
  1293  			}
  1294  		}
  1295  		else
  1296  			alert("No response from server..."); //should not happen
  1297   	}
  1298  	function getMyWorkQueueResponse(oReq) {
  1299  	   modalWaitClose();
  1300  	   $(divName).innerHTML = oReq;
  1301      }
  1302  
  1303      function toggleAssignedToInput(selectedRadio){
  1304  	if (selectedRadio != null)
  1305  	{
  1306  		if (selectedRadio.value == "assignedTo")
  1307  		{
  1308  		  if(document.searchForm.status.value == 'a2m')
  1309  		  {
  1310  			 document.searchForm.assignedTo.value = 'Collin.Kindred@Obsidian.com';
  1311  			 document.searchForm.assignedTo.disabled=true;
  1312  			 document.getElementById("assignedToInput").style.display = "inline";
  1313  		  }
  1314  		  else if(document.searchForm.status.value == 'a2nist')
  1315  		  {
  1316  			  document.searchForm.assignedTo.disabled=true;
  1317  			 document.getElementById("assignedToInput").style.display = "inline";
  1318  		  }
  1319  		 else if(document.searchForm.status.value == 'a2uin')
  1320  		  {
  1321  			 document.searchForm.assignedTo.disabled=true;
  1322  			 document.getElementById("assignedToInput").style.display = "inline";
  1323  		  }
  1324  		  else
  1325  		  {
  1326  			  document.searchForm.assignedTo.value="";
  1327  			 document.searchForm.assignedTo.disabled=false;
  1328  			 document.getElementById("assignedToInput").style.display = "inline";
  1329  		  }
  1330  		}
  1331  		else
  1332  		{
  1333  			 document.searchForm.assignedTo.value="";
  1334  			 document.searchForm.assignedTo.disabled=true;
  1335  			 document.getElementById("assignedToInput").style.display = "none";
  1336  		}
  1337  	}
  1338  }
  1339  
  1340  	function showProgress()
  1341  	{
  1342  			modalWaitOpen();
  1343  	}
  1344  
  1345      function popupSearchTips(){
  1346          var winName = window.open("about:blank","SEARCH_TIPS_POPUP","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=300");
  1347  		winName.focus();
  1348  	    document.searchTipsForm.target="SEARCH_TIPS_POPUP";
  1349  	    document.searchTipsForm.submit();
  1350  	    document.searchTipsForm.target="_self";
  1351      }
  1352      
  1353      function checkAllToggle(element) {
  1354      	checkboxes = document.getElementsByName('source');
  1355      	var countCheckBoxes = checkboxes.length;
  1356  	  	for(var i = 0; i < checkboxes.length; i++){
  1357    			checkboxes[i].checked = element.checked;
  1358    		}
  1359  	}
  1360  	
  1361  	function checkEachToggle(element) {
  1362  		checkboxes = document.getElementsByName('source');
  1363  		var checkAllFlag = true;
  1364  		  if(element.checked){
  1365  			var countCheckBoxes = checkboxes.length;
  1366  	    	for(var i = 0; i < checkboxes.length; i++){
  1367  		  		if(checkboxes[i].checked == false && checkboxes[i].value != 'ALL'){		  
  1368  					checkAllFlag = false;
  1369  		  		}
  1370  	  		}
  1371  	  		checkboxes[0].checked = checkAllFlag;
  1372  		}else{
  1373  			for(var i = 0; i < checkboxes.length; i++){
  1374  		  		if(checkboxes[i].value == 'ALL'){		  			
  1375  					checkboxes[i].checked = element.checked;
  1376  		  		}
  1377  	  		}
  1378  		}    	
  1379  	}
  1380  	function showFavoriteSearchResults(favoriteId,favoriteType,searchType)
  1381  	{	
  1382  		
  1383  	   //clearGLNInfoFields();
  1384  	  //resseting SearchForm fields
  1385  	  //checkToDisableAssignToUserField(status,document.searchForm.assigned.value);
  1386  	  
  1387        document.favSearchForm.userAction.value='displayFavoriteSearch';
  1388  	  document.favSearchForm.updatea2mCount.value='false';
  1389  	  document.favSearchForm.favoriteID.value=favoriteId;
  1390  	  document.favSearchForm.favoriteType.value=favoriteType;
  1391  	  document.getElementById("searchType").innerHTML=searchType;
  1392  	  document.getElementById("searchType").style.display = 'none';
  1393  	  if (searchType == '' || searchType =='PRODUCT') {
  1394  		sendRequest(document.favSearchForm,'/pi/sw/Itemshierarchydisplay.action?ajxreq=true&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP');
  1395  	  }
  1396  		
  1397  	  if (searchType =='ITEM') {
  1398  		
  1399  	    //checkToSetItemSourceField('');
  1400  		sendRequest(document.favSearchForm,'/pi/sw/portalItemshierarchydisplay.action?ajxreq=true&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP');
  1401  	  }
  1402  	  modalWaitOpen();
  1403  	}
  1404  	
  1405  	// Js Functions for the Fav  model Popup Implemenation START
  1406  	favSave = {};
  1407  	
  1408  	window.addEvent('domready', function() {
  1409  		favSave.popupWindow = new PopUpWindow('Favorite Queues', { 
  1410  			contentDiv: 'favSavePopup', 
  1411  			isResizable: true
  1412  		});
  1413  		
  1414  		favSave.openPopupWindow = function() {
  1415  			new Request.HTML({ 
  1416  				url: '/pi/sw/favSave_initialize.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP', 
  1417  				method: 'post', 
  1418  				onSuccess: function(tree, elements, html) {
  1419  					document.id('favSavePopup').innerHTML = html;
  1420  					favSave.popupWindow.open();
  1421  				}
  1422    		    }).send();
  1423  		};
  1424  		
  1425  		document.id('favSavePopup').addEvent('click', function(event) {
  1426  			if (event.target.id == 'close_favorite_button') {
  1427  				favSave.popupWindow.close();
  1428  			};
  1429  		});
  1430  		
  1431  		favSave.saveFavoriteSearchCriteria = function () {
  1432  			var filName = document.favSaveForm.filterName.value;
  1433  			var filOper='';
  1434  			var radios = document.getElementsByName("filterOperation");
  1435  			for (var i = 0; i < radios.length; i++) {
  1436  				if (radios[i].checked) {
  1437  					filOper = (radios[i].value);
  1438  				}
  1439  			}
  1440  			if (filOper == 'NEW' && (filName == null || filName =='')) {
  1441  				alert('Please enter valid filter name ...');
  1442  				return;
  1443  			}
  1444  			
  1445  			var filterToReplace = document.favSaveForm.filterToReplace.value;
  1446  			if (filOper == 'REPLACE' && (filterToReplace == null || filterToReplace =='')) {
  1447  				alert('Please select filter to be replaced....');
  1448  				return;
  1449  			}
  1450  			
  1451  			var favOptions = document.favSaveForm.favSave_initialize_filterToReplace.options;
  1452  			var filtersPresent = [];
  1453  			pushToArray(filtersPresent, favOptions);
  1454  			//filtersPresent.push(filName.toUpperCase());
  1455  			if(hasDuplicates(filtersPresent,filName)){
  1456  				alert("This filter name is already in use. Please choose a new name.");
  1457  				return
  1458  			}
  1459  			
  1460  			document.searchForm.filterName.value=filName;
  1461  			document.searchForm.filterToReplace.value=filterToReplace;
  1462  			document.searchForm.filterOperation.value=filOper;
  1463  			
  1464  			data = create_request_string(document.searchForm);
  1465  			
  1466  			if(document.getElementById("searchType").innerHTML =='ITEM'){
  1467  			
  1468  				new Request({ 
  1469  				url: '/pi/sw/nonGDSNFavSave_saveFavoriteSearchCriteria.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP', 
  1470  				method: 'post',
  1471  				data : data,				
  1472  				onSuccess: getFavSaveResponse
  1473  				}).send();
  1474  			}
  1475  			else{
  1476  				
  1477  				new Request({ 
  1478  				url: '/pi/sw/favSave_saveFavoriteSearchCriteria.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP', 
  1479  				method: 'post',
  1480  				data : data,			
  1481  				onSuccess: getFavSaveResponse
  1482  				}).send();
  1483  			
  1484  			}
  1485  			
  1486  		};
  1487  
  1488  		function hasDuplicates(array,fav)
  1489  		{
  1490  			var favName=fav.toUpperCase();
  1491  		    var count=array.length;
  1492  		    for(var i=0;i<count;i++)
  1493  		    {
  1494  		        if(array[i]===favName)
  1495  			        {
  1496  			        return true;
  1497  			        }
  1498  		    }
  1499  		    return false;
  1500  		}
  1501  		function getFavSaveResponse(html) {
  1502  				favSave.popupWindow.close();
  1503  				var activeId;
  1504  				jQuery(".active").each(function (){
  1505  					if((jQuery(this).attr("id")).contains("nav_items_userFavourites"))
  1506  						{
  1507  						  activeId = jQuery(this).attr("id");
  1508  						}
  1509  				});
  1510  				document.id('myFavoriteQueuesHeader').innerHTML = html;
  1511  				if(activeId)
  1512  			    {
  1513  				setNavActiveState(activeId);
  1514  				}
  1515  			};
  1516  	});
  1517  	
  1518  	function pushToArray(array, options){
  1519  		for(var i = 1; i < options.length; i++){
  1520  			var name = options[i].textContent
  1521  			array.push(name.toUpperCase());
  1522  		}
  1523  	}
  1524  	
  1525  	/* function hasDuplicates(array) {
  1526  		var valuesSoFar = Object.create(null);
  1527  		for (var i = 0; i < array.length; ++i) {
  1528  			var value = array[i];
  1529  			if (value in valuesSoFar) {
  1530  				return true;
  1531  			}
  1532  			valuesSoFar[value] = true;
  1533  		}
  1534  		return false;
  1535  	} */
  1536  	
  1537  	// Js Functions for the Fav model Popup Implemenation END
  1538  
  1539  	function addNewOptionsNew(xmlName,formFieldName,labelName) {
  1540  		var $jq= jQuery.noConflict();
  1541  		var fieldName = formFieldName;
  1542  		clearEmptyOptions(fieldName);
  1543  		var url = '/pi/sw/PiSearchAuxPopup.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&ajxreq=true';
  1544  		generalFunctionToAddnewOptionsform(xmlName,formFieldName,labelName,url,'searchForm');
  1545  	}			
  1546  
  1547  	function deleteSelectedOptionsNew(formFieldName)
  1548  	{
  1549  		var $jq= jQuery.noConflict();
  1550  		var fieldName = formFieldName;
  1551  		clearEmptyOptions(fieldName);
  1552  		var fromList = document.getElementById(formFieldName);
  1553  		var options = [];
  1554          var options = fromList;
  1555  		var sel = false;
  1556  		
  1557  		if(options != null && options.length > 0)
  1558  		{
  1559  			for (i=0;i<options.length;i++)
  1560  			{
  1561  			  var current = options[i];
  1562  			  
  1563  			  if (current.selected)
  1564  			  {
  1565  				sel = true;
  1566  				options[i] = null;
  1567  				i--;
  1568  			  }
  1569  		    }
  1570  		}	
  1571  		if(fromList.options.length==0)
  1572  		{
  1573  		  var oOption = document.createElement("OPTION");
  1574  		  theText=document.createTextNode(unescape(''));
  1575  		  oOption.appendChild(theText);
  1576  		  oOption.setAttribute("value",unescape(''));
  1577  		  fromList.appendChild(oOption);
  1578  		}
  1579  		if (!sel) {
  1580  
  1581  		  return;
  1582  		}
  1583  
  1584  		return;
  1585  	}
  1586  
  1587  	function clearSelectedOptions(formFieldname)
  1588  	{
  1589  		var $jq= jQuery.noConflict();
  1590  		var String1 ="#";
  1591  		var String2 =" option";
  1592  		var attr =String1.concat(formFieldname,String2);
  1593  		$jq(attr).each(function(index, option) {
  1594  		    $jq(option).remove();
  1595  		});
  1596  		return;
  1597  	}
  1598  	
  1599  
  1600  
  1601  	function toggleNationalInput(selectedRadio)
  1602  	{
  1603  		if (selectedRadio != null)
  1604  		{
  1605  			if (selectedRadio.value == 'nationalOnly')
  1606  			{
  1607  				document.searchForm.refCol6.value="true";
  1608  			}
  1609  			else if (selectedRadio.value == 'divisionalOnly')
  1610  			{
  1611  				document.searchForm.refCol6.value="false";			
  1612  			}
  1613  			else
  1614  			{
  1615  				document.searchForm.refCol6.value="";	
  1616  			}
  1617  		}
  1618  	}
  1619  
  1620  	function toggleIndicatorInput(selectedRadio)
  1621  	{
  1622  		if (selectedRadio != null)
  1623  		{
  1624  			if (selectedRadio.value == 'newOnly')
  1625  			{
  1626  				document.searchForm.refCol14.value="true";
  1627  				document.searchForm.refCol13.value="false";
  1628  			}
  1629  			else if (selectedRadio.value == 'maintenOnly')
  1630  			{
  1631  				document.searchForm.refCol14.value="false";			
  1632  				document.searchForm.refCol13.value="true";
  1633  			}
  1634  			else if (selectedRadio.value == 'newAndMaintenence')
  1635  			{
  1636  				document.searchForm.refCol14.value="true";			
  1637  				document.searchForm.refCol13.value="true";
  1638  			}
  1639  			else
  1640  			{
  1641  				document.searchForm.refCol14.value="";	
  1642  				document.searchForm.refCol13.value="";
  1643  			}
  1644  		}
  1645  	}
  1646  
  1647  	function clearEmptyOptions(formFieldname)
  1648  	{
  1649  		var $jq= jQuery.noConflict();
  1650  		if('approvedSource' == formFieldname){
  1651  			$jq("#approvedSource option[value=]").remove();
  1652  		}
  1653  		else if('reasonforSubmission' == formFieldname){
  1654  			$jq("#reasonforSubmission option[value=]").remove();
  1655  		}
  1656  	}
  1657  	
  1658  	function applyValueComment(userActionVar, doActionVar, comments,reasonforSendBack)
  1659  	{
  1660  	 var $jq= jQuery.noConflict();
  1661  		if($jq.session!=undefined)$jq.session.clear();
  1662  	 	document.hierarchyForm.comments.value=comments;
  1663  	 	document.hierarchyForm.userAction.value= 'takeAction';
  1664  	 	 document.hierarchyForm.reasonforSendBackCode.value = reasonforSendBack;
  1665  	 	 document.hierarchyForm.action='/pi/sw/Itemssearch.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
  1666  	 	document.hierarchyForm.submit();
  1667  }
  1668  	
  1669  	function applyValue(userActionVar, doActionVar, comments)
  1670  	{
  1671  	 var $jq= jQuery.noConflict();
  1672  		if($jq.session!=undefined)$jq.session.clear();
  1673  	 	document.hierarchyForm.comments.value=comments;
  1674  	 	document.hierarchyForm.userAction.value= 'takeAction';
  1675  	 	 document.hierarchyForm.action='/pi/sw/Itemssearch.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP';
  1676  	 	document.hierarchyForm.submit();
  1677  }
  1678  	
  1679  	function imgError(img) {
  1680  	        img.onerror="";
  1681  	        img.src="../images/preivew-dam.png";
  1682  	        //return true;
  1683  	    }
  1684  	
  1685  	</script><script type="text/javascript" src="./salesfork Product Introduction_files/jquery-ui.min.js.download"></script><link rel="stylesheet" type="text/css" href="./salesfork Product Introduction_files/jquery-ui.css"><script type="text/javascript" src="./salesfork Product Introduction_files/attribute_classes.js.download"></script></head>
  1686  <body><div id="WzTtDiV" style="visibility: hidden; position: absolute; overflow: hidden; padding: 0px; width: 0px; left: 0px; top: 0px;"></div>
  1687  <script>
  1688  sessionTime=180.0
  1689  //sessionTime=.3; //for testing
  1690  sessionUpdateUrl="/pi/login/sessionUpdater.jsp";
  1691  sessionRefreshConfirmMsg="Session About to expire, Press OK to confirm";
  1692  sessionExpiredMsg="Session seems to have expired, you may lose curent data";
  1693  SetTimer();
  1694  
  1695  </script>
  1696  <form id="Help" name="helpForm" action="https://productintro.salesfork.com/pi/Help.action" method="post"><input type="hidden" name="action" value="">
  1697  	<input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1698  </form>
  1699  
  1700  
  1701  <form id="HelpContactUs" name="contactUsForm" action="https://productintro.salesfork.com/pi/HelpContactUs.action" method="post"><input type="hidden" name="action" value="">
  1702  	<input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1703  </form>
  1704  
  1705  
  1706  <table border="0" cellspacing="0" cellpadding="0" width="100%">
  1707  
  1708  	<tbody><tr id="title">
  1709  		<td>
  1710  
  1711  			<table border="0" cellspacing="0" cellpadding="0" width="100%">
  1712  				<tbody><tr>
  1713  					<td class="left">Welcome&nbsp;Obsidian Inc. | Username:&nbsp;Collin.Kindred@Obsidian.com</td>
  1714  					<td class="right">
  1715  						<a id="link_retailerlist" href="javascript:gotAYOge(&#39;/pi/app/Manage.action?action=selectRetailer&amp;OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&#39;)">Select Retailer</a> |
  1716  						<a href="JavaScript:popupHelp();">Help</a> | <a href="JavaScript:popupContactUs();">Contact Us</a> | 
  1717  						<a href="https://productintro.salesfork.com/pi/app/Manage.action?action=logout&amp;clearRequest=true&amp;OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">Log Out</a>
  1718  						</td>
  1719  				</tr>
  1720  			</tbody></table>
  1721  
  1722  		</td>
  1723  	</tr>
  1724  
  1725  	<tr>
  1726  		<td id="logo">
  1727  
  1728  			<table border="0" cellspacing="0" cellpadding="0" width="100%">
  1729  				<tbody><tr>
  1730  					<td class="retailer_logo">
  1731  						<img src="./salesfork Product Introduction_files/safeway_logo.gif" border="0">
  1732  						</td>
  1733  					<td class="app_title">Product Introduction</td>
  1734  				</tr>
  1735  			</tbody></table>
  1736  
  1737  		</td>
  1738  	</tr>
  1739  
  1740  	<tr>
  1741  		<td>
  1742  
  1743  			<table border="0" cellspacing="0" cellpadding="0" width="100%">
  1744  				<tbody><tr>
  1745  					<td id="nav_wrapper">
  1746  						<div id="navigation">
  1747  							<a id="nav_home" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=viewContentManager&#39;)">Home</a><ul class="dropdown dropdown-horizontal">
  1748  									<li>
  1749  										<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=a2m&#39;)" class="active" classname="active">Products</a><ul id="navg">
  1750  												<li>
  1751  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=r2l&#39;)">Ready To List</a></li>
  1752  												<li>
  1753  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=a2m&#39;)">Assigned To Me</a></li>												
  1754  												<li>
  1755  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=ipv&#39;)">In Process - Supplier</a></li>
  1756  												<li>
  1757  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=ipcd&#39;)">In Process Merchandising</a></li> 
  1758  												<li>
  1759  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=ipdg&#39;)">In Process Data Governance</a></li>
  1760  												<li>
  1761  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=ipswde&#39;)">In Process Data Entry</a></li>
  1762  												<li>
  1763  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=ipdsd&#39;)">In Process DSD Data Entry</a></li>
  1764  												
  1765  												<li>
  1766  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=aiprc&#39;)">In Process - All</a></li>
  1767  												<li>
  1768  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=cm2e&#39;)">Complete</a></li>												
  1769  												<li>
  1770  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=aex&#39;)">Exceptions</a></li> 
  1771  												<li>
  1772  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=dlt&#39;)">Supplier Delist</a></li>
  1773  												<li>
  1774  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=rrs&#39;)">Rejected - Retailer System</a></li>
  1775  																								
  1776  												<li>
  1777  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=wdn&#39;)">Withdrawn</a></li>
  1778  												<li>
  1779  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=unregistered&#39;)">Incomplete Registration</a></li>
  1780  												<li>
  1781  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=itemsSearch&amp;status=aipds&#39;)">All Products</a></li>
  1782  												<li>
  1783  														<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?action=NonGDSNContextEdit&amp;OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&#39;);">Create Item</a></li>
  1784  													<li style="border-bottom:0px;">
  1785  													<a id="nav_products" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?action=portalItemssearch&amp;OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&#39;);">Entered Items</a></li>	
  1786  												</ul>
  1787  									</li>
  1788  								</ul>
  1789  								
  1790  							
  1791  								
  1792  									<ul class="dropdown dropdown-horizontal">
  1793  										<li>
  1794  										<a id="nav_import" href="https://productintro.salesfork.com/pi/sw/Itemssearch.action?userAction=display&amp;status=aipds&amp;OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP#">Spreadsheet</a><ul id="navg">
  1795  										  <li>
  1796  											<a id="nav_import" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=spreadSheetImport&#39;)">Import</a></li>
  1797  										<li>
  1798  											<a id="nav_import" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=export&#39;)">Export</a></li>
  1799  										</ul>
  1800  										
  1801  										</li>
  1802  										</ul>								
  1803  													
  1804  								<ul class="dropdown dropdown-horizontal">
  1805  									</ul>	
  1806  							
  1807  							
  1808  							<a id="nav_messagecenter" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=messagecenter&#39;)">Message Center</a><a id="nav_reports" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=reports&#39;)">Reports</a><a id="nav_myaccount" href="javascript:gotAYOge(&#39;/pi/sw/Manage.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;action=myaccount&#39;)">My Account</a><span class="spanright">
  1809  						<form id="id_gtinForm" name="gtinForm" action="https://productintro.salesfork.com/pi/sw/Manage.action" method="post"><input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1810  						<b>GTIN Quick Search:</b>&nbsp;&nbsp;<input type="text" name="qickgtin" value="" id="qickgtin" required="true">&nbsp;&nbsp;<button type="button" id="quick_serach_buton" class="button_default_quickSearch" onclick="Javascript:searchQuickGtin();">Search</button>&nbsp; &nbsp; 
  1811  						<input type="hidden" name="gtin" value="" id="id_gtin"><input type="hidden" name="status" value="" id="id_status"><input type="hidden" name="action" value="org.onesync.app.gui.action.items.ItemsSearchAction@730764af" id="id_gtinForm_action"><input type="hidden" name="gtinActionName" value="" id="id_gtinActionName"><input type="hidden" name="notifyFlag_quickGtin" value="" id="id_notifyFlag"><input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1812  						 </form>
  1813  
  1814  
  1815  </span>
  1816  						</div>
  1817  					</td>
  1818  
  1819  				</tr>
  1820  			</tbody></table>
  1821  
  1822  		</td>
  1823  	</tr>
  1824  
  1825  	<tr>
  1826  		<td>
  1827  		<!-- THIS IS WHERE THE PAGE DECORATOR STARTS -->
  1828  		  
  1829      <div id="searchType"></div>
  1830  	<form id="Itemssearch" name="attachForm" action="https://productintro.salesfork.com/pi/sw/Itemssearch.action" method="post"><input type="hidden" name="userAction" value="takeAction">
  1831  		<input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1832  	</form>
  1833  
  1834  
  1835  <form id="Itemssearch" name="launchForm" action="https://productintro.salesfork.com/pi/sw/Itemssearch.action" method="post"><input type="hidden" name="userAction" value="" id="Itemssearch_userAction"><input type="hidden" name="status" value="aipds" id="Itemssearch_status"><input type="hidden" name="updatea2mCount" value="true" id="Itemssearch_updatea2mCount"><input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1836  		<input name="editable" type="hidden" value="false">
  1837      </form>
  1838  
  1839  
  1840  <form id="Itemssearch" name="favSearchForm" action="https://productintro.salesfork.com/pi/sw/Itemssearch.action" method="post"><input type="hidden" name="favoriteID" value="" id="Itemssearch_favoriteID"><input type="hidden" name="favoriteType" value="" id="Itemssearch_favoriteType"><input type="hidden" name="userAction" value="" id="Itemssearch_userAction"><input type="hidden" name="updatea2mCount" value="true" id="Itemssearch_updatea2mCount"><input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1841      </form>
  1842  
  1843  
  1844  <form id="ItemsSearchTipsPopup" name="searchTipsForm" action="https://productintro.salesfork.com/pi/ItemsSearchTipsPopup.action" method="post"><input type="hidden" name="action" value="">
  1845  		<input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1846  	</form>
  1847  
  1848  
  1849  <input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  1850  			<table border="0" cellspacing="0" cellpadding="0" width="100%">
  1851  				<tbody><tr>
  1852  					<td id="filter_wrapper">
  1853  
  1854  					<!-- FILTER AREA BEGIN -->
  1855  						<h2>Filters</h2>
  1856  						<div id="myFavoriteQueuesHeader" class="filters">
  1857                           </div>
  1858  						
  1859  						<h3><a href="JavaScript:expandcontent(&#39;myWorkQueues_image&#39;, &#39;myWorkQueues&#39;);" class="expandLink"><img id="myWorkQueues_image" src="./salesfork Product Introduction_files/contract_blue.gif" width="12" height="15" border="0" title="Expand / Collapse">&nbsp;My Work Queues</a></h3>
  1860  						<div id="myWorkQueues" class="filters">
  1861  							<ul>
  1862  
  1863  								<li id="nav_items_r2l" class="inactive" classname="inactive">
  1864  									<label title="Ready To List Products that are waiting for the supplier to complete the new item listing process">
  1865  										<a id="link_readyToList" name="link_readyToList" href="javascript:showStatus(&#39;r2l&#39;);" onclick="setNavActiveState(&#39;nav_items_r2l&#39;)">
  1866  										  	Ready To List</a>
  1867  									</label>	
  1868  								</li>
  1869  
  1870  								<li id="nav_items_a2m" class="inactive" classname="inactive">
  1871  									<label title="Assigned To Me Products assigned to a user that have begun the new item listing process, but have not yet been completed. Note: this can include products that have been reassigned to the supplier by the recipient. ">
  1872  									    <a id="link_assignedToMe" name="link_assignedToMe" href="javascript:showStatus(&#39;a2m&#39;);" onclick="setNavActiveState(&#39;nav_items_a2m&#39;)">
  1873  										  <div id="assignToMeDIV">
  1874      <!-- THIS IS WHERE THE PAGE DECORATOR STARTS -->
  1875        Assigned To Me (1)<!-- THIS IS WHERE THE PAGE DECORATOR ENDS -->
  1876  </div>
  1877  										</a>
  1878  									</label>	
  1879  								</li>
  1880  
  1881  								
  1882  
  1883  								<li id="nav_items_ipv" class="inactive" classname="inactive">
  1884  									<label title="In Process-Supplier Products that are in the new item listing process at the supplier, but are not yet completed.">
  1885  										<a id="link_inProcessVendor" name="link_inProcessVendor" href="javascript:showStatus(&#39;ipv&#39;);" onclick="setNavActiveState(&#39;nav_items_ipv&#39;)">
  1886  										  	In Process - Supplier</a>
  1887  									</label>
  1888  								</li>
  1889  
  1890  								<li id="nav_items_ipcd" class="inactive" classname="inactive">
  1891  									<label title="In Process Products that are new / distribution change listing process with Merchandising, but are not yet completed.">
  1892  										<a id="link_inProcessConsumerDemand" name="link_readyToList" href="javascript:showStatus(&#39;ipcd&#39;);" onclick="setNavActiveState(&#39;nav_items_ipcd&#39;)">
  1893  										  	In Process Merchandising</a>
  1894  									</label>	
  1895  								</li>
  1896  								
  1897  								<li id="nav_items_ipdg" class="inactive" classname="inactive">
  1898  									<label title="In Process Products that are new / distribution change listing process with Data Governance, but are not yet completed">
  1899  										<a id="link_inProcessDataGov" name="link_readyToList" href="javascript:showStatus(&#39;ipdg&#39;);" onclick="setNavActiveState(&#39;nav_items_ipdg&#39;)">
  1900  										  	In Process Data Governance</a>
  1901  									</label>	
  1902  								</li>
  1903  								
  1904  								<li id="nav_items_ipswde" class="inactive" classname="inactive">
  1905  									<label title="In Process Products that are new / distribution change listing process with Data Entry, but are not yet completed">
  1906  										<a id="link_inProcessSWDataEntry" name="link_readyToList" href="javascript:showStatus(&#39;ipswde&#39;);" onclick="setNavActiveState(&#39;nav_items_ipswde&#39;)">
  1907  										  	In Process Data Entry</a>
  1908  									</label>	
  1909  								</li>
  1910  								
  1911  								<li id="nav_items_ipdsd" class="inactive" classname="inactive">
  1912  									<label title="In Process Products that are new / DSD distribution change listing process with DSD Data Entry, but are not yet completed">
  1913  										<a id="link_inProcessDSDEntry" name="link_readyToList" href="javascript:showStatus(&#39;ipdsd&#39;);" onclick="setNavActiveState(&#39;nav_items_ipdsd&#39;)">
  1914  										  	In Process DSD Data Entry</a>
  1915  									</label>	
  1916  								</li>
  1917  
  1918  								<li id="nav_items_aiprc" class="inactive" classname="inactive">
  1919  									<label title="In Process - All Products that are either In Process at the vendor or the data recipient ">
  1920  										<a id="link_allInProcess" name="link_allInProcess" href="javascript:showStatus(&#39;aiprc&#39;);" onclick="setNavActiveState(&#39;nav_items_aiprc&#39;)">
  1921  										 	In Process - All</a>
  1922  									</label>
  1923  								</li>
  1924  							</ul>
  1925  						</div><br>
  1926  
  1927  						<h3><a href="JavaScript:expandcontent(&#39;otherQueues_image&#39;, &#39;otherQueues&#39;);" class="expandLink"><img id="otherQueues_image" src="./salesfork Product Introduction_files/contract_blue.gif" width="12" height="15" border="0" title="Expand / Collapse">&nbsp;Other Queues</a></h3>
  1928  						<div id="otherQueues" class="filters" style="">
  1929  							<ul>
  1930  								<li id="nav_items_cm2e" class="inactive" classname="inactive">
  1931  									<label title="Complete Products that have completed the new item listing process in Product Introduction or sent as Initial Load after Product Introduction was active. Those products that completed the new item listing process in Product Introduction have a status of Complete. ">
  1932  										<a id="link_allCompleted" name="link_allCompleted" href="javascript:showStatus(&#39;cm2e&#39;);" onclick="setNavActiveState(&#39;nav_items_cm2e&#39;)">
  1933  										  	Complete</a>
  1934  									</label>
  1935  								</li>
  1936  											
  1937  								<li id="nav_items_aex" class="inactive" classname="inactive">
  1938  									<label title="Exceptions Products that did not complete the new item listing process in Product Introduction. Included in this Queue are Vendor Delist, Rejected-Retailer System, Rejected-by Retailer in PI System and Withdrawn. Detailed description of each of these queues follows. ">
  1939  										<a id="link_allExceptions" name="link_allExceptions" href="javascript:showStatus(&#39;aex&#39;);" onclick="setNavActiveState(&#39;nav_items_aex&#39;)">
  1940  									  		Exceptions</a>
  1941  									</label>  	
  1942  								</li>
  1943  								<ul class="secondary">
  1944  									<li id="nav_items_dlt" class="inactive" classname="inactive">
  1945  										<label title="Supplier Delist Products that the supplier is not going to list at this time and has removed from the Ready To List queue.">
  1946  											<a id="link_vendorDeList" name="link_vendorDeList" href="javascript:showStatus(&#39;dlt&#39;);" onclick="setNavActiveState(&#39;nav_items_dlt&#39;)">
  1947  											  	Supplier Delist</a>
  1948  										</label>
  1949  									</li>
  1950  									<li id="nav_items_rrs" class="inactive" classname="inactive">
  1951  										<label title="Rejected - Retailer System Products that the retailers system has rejected before the product completed the new item listing process.">
  1952  											<a id="link_rejectedRetailerSystem" name="link_rejectedRetailerSystem" href="javascript:showStatus(&#39;rrs&#39;);" onclick="setNavActiveState(&#39;nav_items_rrs&#39;)">
  1953  											 	Rejected - Retailer System</a>
  1954  										</label>
  1955  									</li>
  1956  									<li id="nav_items_wdn" class="inactive" classname="inactive">
  1957  										<label title="Withdrawn Products that were in the new item listing process and have been withdrawn via GDSN">
  1958  											<a id="link_withdrawn" name="link_withdrawn" href="javascript:showStatus(&#39;wdn&#39;);" onclick="setNavActiveState(&#39;nav_items_wdn&#39;)">
  1959  											  	Withdrawn</a>
  1960  										</label>	
  1961  									</li>
  1962  									<li id="nav_items_unregistered" class="inactive" classname="inactive">
  1963  										<label title="Unregistered">
  1964  											<a id="link_unregistered" name="link_unregistered" href="javascript:showStatus(&#39;unregistered&#39;);" onclick="setNavActiveState(&#39;nav_items_unregistered&#39;)">
  1965  											  	Incomplete Registration</a>
  1966  										</label>	
  1967  									</li>
  1968  								</ul>
  1969  								
  1970  								<li id="nav_items_aipds" class="active" classname="active">
  1971  									<label title="All Products Products that are in any of the in-process work queues, complete queue, historical queue or the exception queue.">
  1972  								  		<a id="link_allproducts" name="link_allproducts" href="javascript:showStatus(&#39;aipds&#39;);" onclick="setNavActiveState(&#39;nav_items_aipds&#39;)">
  1973  										  	All Products</a>
  1974  									</label>
  1975  								</li>
  1976  							</ul>
  1977  						</div><br>
  1978  					
  1979  						<h3><a href="JavaScript:expandcontent(&#39;portalItems_image&#39;, &#39;portalItems&#39;);" class="expandLink"><img id="portalItems_image" src="./salesfork Product Introduction_files/contract_blue.gif" width="12" height="15" border="0" title="Expand / Collapse">&nbsp;Portal Items<span style="font-weight:normal"> (Non-GDSN)</span></a></h3>						
  1980  						<div id="portalItems" class="filters">
  1981  							<ul>
  1982  								<li id="nav_items_createItems" class="inactive" classname="inactive">
  1983  											<label title="Create Non-GDSN Item">
  1984  												<a id="link_createItems" name="link_createItems" href="javascript:addPortalItem(&#39;createItems&#39;);" onclick="setNavActiveState(&#39;nav_items_createItems&#39;)">
  1985  											  		Create Item</a>
  1986  											</label>
  1987  										</li>
  1988  									<li id="nav_items_enteredItems" class="inactive" classname="inactive">
  1989  									<label title="Display Non-GDSN Item">
  1990  										<a id="link_enteredItems" name="link_enteredItems" href="javascript:showPortalItems(&#39;enteredItems&#39;);" onclick="setNavActiveState(&#39;nav_items_enteredItems&#39;)">
  1991  									  	  	Entered Items</a>
  1992  									</label>  	
  1993  								</li>
  1994  							</ul>							
  1995  						</div>
  1996  					    <br> 
  1997  
  1998  					<!-- FILTER AREA END -->
  1999  
  2000  					</td>
  2001  
  2002  					<td id="body_content">
  2003  
  2004  					<!-- CONTENT AREA BEGIN  -->
  2005                      <div id="hierarchies">
  2006  					<h1>Products</h1>
  2007  					<table cellspacing="0" cellpadding="0" border="0">
  2008  						<tbody><tr>
  2009  							<td>
  2010  								<form id="Itemssearch" name="searchForm" action="https://productintro.salesfork.com/pi/sw/Itemssearch.action" method="post"><input type="hidden" name="userAction" value="" id="Itemssearch_userAction"><input type="hidden" name="status" value="aipds" id="Itemssearch_status"><input type="hidden" name="refCol2Desc" value="" id="Itemssearch_refCol2Desc"><input type="hidden" name="refCol7Desc" value="" id="Itemssearch_refCol7Desc"><input type="hidden" name="showSearch" value="false" id="Itemssearch_showSearch"><input type="hidden" name="gpcCodeValid" value="" id="Itemssearch_gpcCodeValid"><input type="hidden" name="filterName" value="" id="Itemssearch_filterName"><input type="hidden" name="filterToReplace" value="" id="Itemssearch_filterToReplace"><input type="hidden" name="filterOperation" value="" id="Itemssearch_filterOperation"><input type="hidden" name="preDefinedQuery" value="" id="Itemssearch_preDefinedQuery"><input type="hidden" name="xmlName" value="" id="Itemssearch_xmlName"><input type="hidden" name="formFieldName" value="" id="Itemssearch_formFieldName"><input type="hidden" name="labelName" value="" id="Itemssearch_labelName"><input type="hidden" name="refCol6" value="" id="refCol6"><input type="hidden" name="refCol14" value="" id="refCol14"><input type="hidden" name="refCol13" value="" id="refCol13"><input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  2011  								<table class="tableborder" cellspacing="0" cellpadding="0" border="0" width="100%">
  2012  									<tbody><tr>
  2013  										<td>
  2014  											<table cellspacing="0" cellpadding="0" border="0" width="800">
  2015  												<tbody><tr>
  2016  													<td class="tableheader"><a href="JavaScript:toggleAdvancedSearch(&#39;search_image&#39;);" class="expandLink"><img id="search_image" src="./salesfork Product Introduction_files/contract_blue.gif" width="12" height="15" border="0" title="Expand / Collapse">&nbsp;<span id="search_link">Hide - Refine Search Results</span></a></td>
  2017  													<td class="tableheader" nowrap="" align="right"><span id="search_tips" style=""><a href="https://productintro.salesfork.com/pi/sw/Itemssearch.action?userAction=display&amp;status=aipds&amp;OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP#" onclick="Javascript:clearSearchFormFields();">Clear Fields</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="JavaScript:popupSearchTips();">Search Tips</a></span></td>
  2018  												</tr>
  2019  												<tr valign="top" id="advancedSearch_section" style="">
  2020  													<td class="table3">
  2021  						                              
  2022  														<table cellspacing="2" cellpadding="2" border="0">
  2023  																<tbody><tr>
  2024  																	<td nowrap="">Product Description</td>
  2025  																	<td><input type="text" name="description" value=""></td>
  2026  																</tr>
  2027  																<tr>
  2028  																	<td nowrap="">Brand Name</td>
  2029  																	<td><input type="text" name="brand" value=""></td>
  2030  																</tr>
  2031  																<tr>
  2032  																        <td nowrap="">Information Provider/Supplier Name</td>
  2033  																        <td><input type="text" name="gln" disabled="true" value="Obsidian Inc."></td>
  2034  																	</tr>
  2035                                                                      <tr>
  2036  																	    <td nowrap="">Information Provider/Supplier GLN</td>
  2037  																		<td>
  2038  																			<input type="text" name="ipGlnText" style="border:0px ;color :#000; background-color:#f3f3ed" readonly="" value="">
  2039  																		</td>
  2040  																	</tr>
  2041  															    <tr>
  2042  																	<td nowrap="">GTIN(Global Trade Item Number)/Item Identifier</td>
  2043  																	<td><input type="text" name="gtin" value=""></td>
  2044  																</tr>
  2045  																<tr>
  2046  																	<td nowrap="">Supplier Item Number</td>
  2047  																	<td>
  2048  																		<input type="text" name="vendorItemNumber" value="">
  2049  		 															</td>
  2050  																</tr>
  2051  																<tr>
  2052  																	<td nowrap=""><a href="Javascript:showTmPopup();">Target Market</a></td>
  2053  																	<td>
  2054  																		<input type="text" name="targetMarket" value="">
  2055  																	</td>
  2056  																</tr>
  2057  																<tr>
  2058  																	<td nowrap="">Product Type</td>
  2059  																	<td>
  2060  																		<select name="productType" id="Itemssearch_productType">
  2061      <option value=""></option>
  2062      <option value="CA">Case </option>
  2063      <option value="DS">Display </option>
  2064      <option value="EA">Each </option>
  2065      <option value="MX">Mod Pallet (Mixed) </option>
  2066      <option value="NP">Non Physical</option>
  2067      <option value="PK">Package </option>
  2068      <option value="PL">Pallet</option>
  2069      <option value="TL">Transport Load </option>
  2070  
  2071  
  2072  </select>
  2073  
  2074  </td>
  2075  																</tr>
  2076  																<tr>
  2077  																	<td nowrap="">GS1 Trade Item ID Value</td>
  2078  																	<td><input type="text" name="eanuccCode" value=""></td>
  2079  																</tr>
  2080  																<tr>
  2081  																	<td colspan="2">
  2082  																		<fieldset>
  2083  																			<legend>Items</legend>
  2084  																			<table>
  2085  																				<tbody><tr>
  2086  																					<td nowrap="">
  2087  																					    <input type="radio" name="nationalItem" value="allItemsInSystem" onclick="toggleNationalInput(this);" checked="">&nbsp;All&nbsp;
  2088  																						
  2089  																						<input type="radio" name="nationalItem" value="nationalOnly" onclick="toggleNationalInput(this);">&nbsp;National Only&nbsp;
  2090  																						<input type="radio" name="nationalItem" value="divisionalOnly" onclick="toggleNationalInput(this);">&nbsp;Divisional Only</td>
  2091  																				</tr>
  2092  																			</tbody></table>
  2093  																		</fieldset>
  2094  																	</td>
  2095  																</tr>
  2096  																<tr>
  2097  																	<td colspan="2">
  2098  																		<fieldset>
  2099  																			<legend>Indicators</legend>
  2100  																			<table>
  2101  																				<tbody><tr>
  2102  																					<td nowrap="">
  2103  																					    <input type="radio" name="indicators" value="allItemsInSystem" onclick="toggleIndicatorInput(this);" checked="">&nbsp;All&nbsp;
  2104  																						
  2105  																						<input type="radio" name="indicators" value="newOnly" onclick="toggleIndicatorInput(this);">&nbsp;New Item Only&nbsp;
  2106  																							<input type="radio" name="indicators" value="maintenOnly" onclick="toggleIndicatorInput(this);">&nbsp;Maintenance Only<input type="radio" name="indicators" value="newAndMaintenence" onclick="toggleIndicatorInput(this);">&nbsp;Maintenance and New Item</td>
  2107  																				</tr>
  2108  																			</tbody></table>
  2109  																		</fieldset>
  2110  																	</td>
  2111  																</tr>
  2112  																<tr>
  2113  																	<td nowrap="">
  2114  																			<label title="Indicates this item requires additional procurement team review for the distribution center selected">
  2115  																				Needs Procurement Review</label>
  2116  																		</td>
  2117  																		<td>
  2118  																  		     <input type="checkbox" name="refCol7" value="true">
  2119  																			</td>
  2120  																	</tr>																
  2121  																<tr>
  2122  																	<td nowrap="">Needs New CIC (Warehouse)</td>
  2123  																		<td>
  2124  																			<input type="checkbox" name="refCol11" value="true">
  2125  																			</td>
  2126  																	</tr>
  2127  																<tr>
  2128  																	<td nowrap="">Needs New CIC (DSD)</td>
  2129  																		<td>
  2130  																			<input type="checkbox" name="refCol12" value="true">
  2131  																			</td>
  2132  																	</tr>
  2133  																<tr>
  2134  																	<td colspan="2">
  2135  																		<fieldset>
  2136  																			<legend><span onmouseover="Tip(&#39;Choose &quot;All&quot; to show all values of assignment.&lt;br&gt;Choose &quot;Assigned To&quot; and the appropriate user name (ie. email address) to find products assigned to a specific user. Use the * as a wildcard to assist in searching.&lt;br&gt;Choose &quot;Unassigned&quot; to see products that do not have an assigned user.&#39;, AYOCITY, 100, ABOVE, false, FOLLOWMOUSE, false, WIDTH, 400, BGCOLOR, &#39;#FFFFE1&#39;, BORDERCOLOR, &#39;#000000&#39;)" onmouseout="UnTip()">Assigned</span></legend>
  2137  																				<table>
  2138  																				<tbody><tr>
  2139  																					<td nowrap="">
  2140  																					    <span id="allItemsInSystemOption" style="display: inline;"><input type="radio" name="assigned" value="allItemsInSystem" onclick="toggleAssignedToInput(this);">&nbsp;All</span>
  2141  																						<input type="radio" name="assigned" value="assignedTo" onclick="toggleAssignedToInput(this);" checked="">&nbsp;Assigned To<span id="unassignedOption" style="display: inline;"><input type="radio" name="assigned" value="unassigned" onclick="toggleAssignedToInput(this);">&nbsp;Unassigned</span>
  2142  																					</td>
  2143  																				</tr>
  2144  																				<tr>
  2145  																					<td><input type="text" name="assignedTo" id="assignedToInput" size="30" value="" style="display: none;"></td>
  2146  																				</tr>
  2147  																			</tbody></table>
  2148  																		</fieldset>
  2149  																	</td>
  2150  																</tr>
  2151  																<tr>
  2152  																	<td colspan="2">
  2153  																		<button type="button" id="save_button" class="button_default" onclick="javascript:search();">Search</button>
  2154  																		&nbsp;&nbsp;
  2155  																		Use double quotes(") for exact search</td>
  2156  																</tr>
  2157  															</tbody></table>
  2158  													</td>
  2159  													<td class="table3">
  2160  														<table cellspacing="2" cellpadding="2" border="0">
  2161  															<tbody><tr>
  2162  																<td nowrap="">Manager Name</td>
  2163  																<td><input type="text" name="managerName" value=""></td>
  2164  															</tr>
  2165  															<tr>
  2166  																<td nowrap="">
  2167  																		<label title="Group">
  2168  																			Group</label>
  2169  																	</td>
  2170  																	<td>
  2171  															  		     <input type="text" id="refCol4Id" name="refCol4" value="">
  2172  																	</td>
  2173  																</tr>
  2174  															<tr>
  2175  																<td nowrap="">
  2176  																		<label title="Category">
  2177  																			Category</label>
  2178  																	</td>
  2179  																	<td>
  2180  															  		      <input type="text" id="refCol5Id" name="refCol5" value="">
  2181  																	</td>
  2182  																</tr>
  2183  															<tr>
  2184  																<td nowrap="">
  2185  																		<label title="PLU">
  2186  																			Product Lookup Code (PLU)</label>
  2187  																	</td>
  2188  																	<td>
  2189  															  		    <input type="text" id="itemRefCol3Id" name="itemRefCol3" value="">
  2190  																	</td>
  2191  																</tr>
  2192  															<tr>
  2193  																<td nowrap="">
  2194  																		<label title="Corporate Item Code">
  2195  																			Corporate Item Code (CIC)</label>
  2196  																	</td>
  2197  																	<td>
  2198  																		<input type="text" id="refCol1Id" name="refCol1" value="">
  2199  																	</td>
  2200  																</tr>
  2201  															<tr>
  2202  																<td nowrap="">
  2203  																		<label title="Division">
  2204  																			Division</label>
  2205  																	</td>
  2206  																	<td>
  2207  															  		      <input type="text" id="refCol2Id" name="refCol2" value="">
  2208  																	</td>
  2209  																</tr>
  2210  															<tr>
  2211  																<td nowrap="">Distribution Status</td>
  2212  																	<td>
  2213  																	<select id="approvedSource" list="approvedSource" style="WIDTH: 110px" size="1" multiple="" name="approvedSource" #readonly#="">
  2214  																			</select>
  2215  																		<a id="addNewOptions" href="Javascript:addNewOptionsNew(&#39;swWarehouseController/swApprovedForSetup&#39;,&#39;approvedSource&#39;,&#39;Distribution Status&#39;)"><img src="./salesfork Product Introduction_files/addOption.gif" border="0" width="16" height="16" title="Add"></a> 
  2216  																		&nbsp;
  2217  																		<a id="deleteSelectedOptions" href="Javascript:deleteSelectedOptionsNew(&#39;approvedSource&#39;)"><img src="./salesfork Product Introduction_files/deleteOption.gif" border="0" width="16" height="16" title="Remove Values"></a> 
  2218  																	</td>
  2219  																</tr>
  2220  															<tr>
  2221  																<td nowrap="">Reason for Submission</td>
  2222  																	<td>		
  2223  																	<select id="reasonforSubmission" list="reasonforSubmission" style="WIDTH: 110px" size="1" multiple="" name="reasonforSubmission" #readonly#="">
  2224  																			</select>
  2225  																	<a id="addNewOptions" href="Javascript:addNewOptionsNew(&#39;swReasonForSubmission&#39;,&#39;reasonforSubmission&#39;,&#39;Reason for Submission&#39;)"><img src="./salesfork Product Introduction_files/addOption.gif" border="0" width="16" height="16" title="Add"></a> 
  2226  																	&nbsp;
  2227  																	<a id="deleteSelectedOptions" href="Javascript:deleteSelectedOptionsNew(&#39;reasonforSubmission&#39;)"><img src="./salesfork Product Introduction_files/deleteOption.gif" border="0" width="16" height="16" title="Remove Values"></a> 
  2228  																	</td>
  2229  																</tr>
  2230  															<tr>
  2231  																<td colspan="2">
  2232  																	<fieldset>
  2233  																		<legend>Date Created&nbsp;(DD-MON-YYYY)</legend>
  2234  																		<table cellspacing="0" cellpadding="2">
  2235  																			<tbody><tr>
  2236  																				<td nowrap="">from</td>
  2237  																				<td nowrap="">
  2238  																					<input type="text" name="fromDateCreated" size="11" maxlength="11" value="" readonly="readonly" id="fromDateCreated">
  2239  																					&nbsp;<a href="JavaScript:show_calendar(&#39;fromDateCreated&#39;,null,null,&#39;DD-MON-YYYY&#39;,&#39;en_US&#39;)"><img src="./salesfork Product Introduction_files/showCalendar.gif" width="16" height="16" border="0"></a>
  2240  																				</td>
  2241  																				<td>&nbsp;</td>
  2242  																				<td nowrap="">to</td>
  2243  																				<td nowrap="">
  2244  																					<input type="text" name="toDateCreated" size="11" maxlength="11" value="" readonly="readonly" id="toDateCreated">
  2245  																					&nbsp;<a href="JavaScript:show_calendar(&#39;toDateCreated&#39;,null,null,&#39;DD-MON-YYYY&#39;,&#39;en_US&#39;)"><img src="./salesfork Product Introduction_files/showCalendar.gif" width="16" height="16" border="0"></a>
  2246  																				</td>
  2247  																			</tr>
  2248  																		</tbody></table>
  2249  																	</fieldset>
  2250  																</td>
  2251  															</tr>
  2252  															<tr>
  2253  																<td colspan="2">
  2254  																	<fieldset>
  2255  																		<legend>Date Last Updated&nbsp;&nbsp;(DD-MON-YYYY)</legend>
  2256  																		<table cellspacing="0" cellpadding="2">
  2257  																			<tbody><tr>
  2258  																				<td nowrap="">from</td>
  2259  																				<td nowrap="">
  2260  																					<input type="text" name="fromDateLastUpdated" size="11" maxlength="11" value="" readonly="readonly" id="fromDateLastUpdated">
  2261  																					&nbsp;<a href="JavaScript:show_calendar(&#39;fromDateLastUpdated&#39;,null,null,&#39;DD-MON-YYYY&#39;,&#39;en_US&#39;)"><img src="./salesfork Product Introduction_files/showCalendar.gif" width="16" height="16" border="0"></a>
  2262  																				</td>
  2263  																				<td>&nbsp;</td>
  2264  																				<td nowrap="">to</td>
  2265  																				<td nowrap="">
  2266  																					<input type="text" name="toDateLastUpdated" size="11" maxlength="11" value="" readonly="readonly" id="toDateLastUpdated">
  2267  																					&nbsp;<a href="JavaScript:show_calendar(&#39;toDateLastUpdated&#39;,null,null,&#39;DD-MON-YYYY&#39;,&#39;en_US&#39;)"><img src="./salesfork Product Introduction_files/showCalendar.gif" width="16" height="16" border="0"></a>
  2268  																				</td>
  2269  																			</tr>
  2270  																		</tbody></table>
  2271  																	</fieldset>
  2272  																</td>
  2273  															</tr>
  2274  															<tr>
  2275  																<td colspan="2">
  2276  																	<fieldset>
  2277  																		<legend>Item Initiated As</legend>
  2278  																		<table cellspacing="0" cellpadding="2">
  2279  																			<tbody><tr>
  2280  																				<td>
  2281  																					<input type="checkbox" name="source" value="ALL" onclick="checkAllToggle(this)" checked="">&nbsp;All&nbsp;
  2282  																					<input type="checkbox" name="source" value="GDSN" onclick="checkEachToggle(this)" checked="">&nbsp;GDSN&nbsp;
  2283  																					<input type="checkbox" name="source" value="PI" onclick="checkEachToggle(this)" checked="">&nbsp;Non-GDSN items&nbsp;
  2284  																				</td>
  2285  																			</tr>
  2286  																		</tbody></table>
  2287  																	</fieldset>
  2288  																</td>
  2289  															</tr>
  2290  															<tr>
  2291  															</tr><tr>
  2292  																	<td colspan="2" align="right">
  2293  																			<button type="button" id="saveAsFavorite" class="button_default" onclick="Javascript:favSave.openPopupWindow();">Save As Favorite</button>
  2294  																	</td>
  2295  																</tr>
  2296  															      
  2297  														</tbody></table>
  2298  													</td>
  2299  												</tr>
  2300  											</tbody></table>
  2301  										
  2302  										</td>
  2303  									</tr>
  2304  								</tbody></table>
  2305  								<div id="modalPopupContentDiv" style="color:#000;"></div>
  2306  								  </form>
  2307  
  2308  
  2309  </td>
  2310  						</tr>
  2311  					</tbody></table>
  2312  					<table cellspacing="0" cellpadding="0" border="0" width="100%">
  2313  					 	<tbody><tr>
  2314  							<td>
  2315  							   	
  2316  							   	    <div id="actionErrorDiv" class="errorMessage" style="display:none;">
  2317  									  <ul class="errorMessage">
  2318                  						<li>No products are selected.  Please select at least 1 product to take action upon.</li>
  2319                  					  </ul>	
  2320  									</div>
  2321  									<div id="errorMessage" class="errorMessage">
  2322  									  	<ul class="errorMessage">
  2323              <li><span>PI2001-1 The results have been limited to 500 hierarchies. Please refine your search.</span></li>	</ul>
  2324  </div>
  2325  								
  2326  									<form id="hierarchyForm" name="hierarchyForm" action="https://productintro.salesfork.com/pi/sw/Itemssearch.action" method="post"><input type="hidden" name="userAction" value="more" id="hierarchyForm_userAction"><input type="hidden" id="description" value="">
  2327  										    <input type="hidden" id="brand" value="">
  2328  										    <input type="hidden" id="gtin" value="">
  2329  											<input type="hidden" id="vendorItemNumber" value="">
  2330  											<input type="hidden" id="targetMarket" value="">
  2331  											<input type="hidden" id="productType" value="">
  2332  											<input type="hidden" id="eanuccCode" value="">
  2333  											<input type="hidden" id="assignedTo" value="">
  2334  										    
  2335  										    <input type="hidden" id="fromDateCreated" value="">
  2336  										    <input type="hidden" id="toDateCreated" value="">
  2337  										    <input type="hidden" id="fromDateLastUpdated" value="">
  2338  										    <input type="hidden" id="toDateLastUpdated" value="">
  2339  					                        <input type="hidden" name="comments" id="comments">
  2340  					                        <input type="hidden" name="reasonforSendBackCode" id="reasonforSendBackCode">
  2341  										    <input type="hidden" name="OWASP_CSRFTOKEN" value="FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP">
  2342  											<table width="100%" cellspacing="0" cellpadding="0">
  2343  												<tbody><tr>
  2344  													<td>
  2345  														<table class="tableborderLeftTopRight" cellspacing="0" cellpadding="0" border="0" width="100%">
  2346  															<tbody><tr>
  2347  																<td class="table4">
  2348  																	<table cellspacing="2" cellpadding="2" border="0" width="100%">
  2349  																		<tbody><tr>
  2350  																			<td>
  2351  																				1 to 150 of 413 Products
  2352  																				&nbsp;&nbsp;-&nbsp;&nbsp;Click a Product to edit OR choose Product(s) and select an action below.</td>
  2353  																		</tr>
  2354  																		<tr>
  2355  																			<td>
  2356  																				<select name="takeAction" id="hierarchyForm_takeAction">
  2357      <option value="actiondefault">Select Action...</option>
  2358      <option value="activate">Activate</option>
  2359      <option value="addattachments">Add Attachment</option>
  2360      <option value="addcomment">Add Comment </option>
  2361      <option value="assign">Assign</option>
  2362      <option value="cancel and return">Cancel and Return </option>
  2363      <option value="delist">Delist</option>
  2364      <option value="edit">Edit</option>
  2365      <option value="exportall">Export All</option>
  2366      <option value="exportselected">Export Selected</option>
  2367      <option value="multiitemprint">Print</option>
  2368      <option value="pull back">Pull Back</option>
  2369      <option value="relist">Relist</option>
  2370      <option value="restart">Restart</option>
  2371      <option value="save">Save</option>
  2372      <option value="submit">Submit</option>
  2373      <option value="validate">Validate</option>
  2374  
  2375  
  2376  </select>
  2377  
  2378  
  2379  																					&nbsp;<button type="button" id="action_button" class="button_default" onclick="javascript:applyAction();">Take Action</button>
  2380  																				</td>
  2381  																		</tr>
  2382  																	</tbody></table>
  2383  																</td>
  2384  															</tr>
  2385  														</tbody></table>
  2386  													</td>
  2387  												</tr>
  2388  												<tr>
  2389  													<td>
  2390  														<table cellspacing="0" cellpadding="0" border="0" width="100%">
  2391  															<tbody><tr>
  2392  																<td>
  2393  																	<table class="tablebackground" cellspacing="1" cellpadding="2" border="0" width="100%">
  2394  																		<tbody><tr class="table1" valign="bottom">
  2395  																			<td width="24" align="center">
  2396  																			  <input type="checkbox" name="allrows" id="allrows" value="0" onclick="Javascript:checkAll(this.form);">
  2397  																			  </td>
  2398  																			<td>																			
  2399  																			</td>	
  2400  																			<td>
  2401  																				Product Type<br>[Click to get started]</td>
  2402  																			<td>Product Description</td>
  2403  																			<td>Brand Name</td>
  2404  																			<td>GS1 Trade Item ID Value</td>
  2405  																			<td>GTIN(Global Trade Item Number)/Item Identifier</td>
  2406  																			<td>Supplier Item Number</td>
  2407  																			<td>Information Provider/Supplier Name</td>
  2408  																			<td>
  2409  																			       Corporate Item Code (CIC)</td>
  2410  																			<td>
  2411  																			       Division</td>
  2412  																			<td>Target Market</td>
  2413  																			<td>Date Created</td>
  2414  																		</tr>
  2415  																		<tr><!-- SPACING ROW -->
  2416  																			<td class="hierarchySpacingRow" colspan="15">&nbsp;</td>
  2417  																		</tr>
  2418  
  2419  																		<tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="324"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/27/2021 07:33:40</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339430" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian LITE RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2420  ">10077661008130</label></td><td>10077661008130</td><td nowrap="">10297</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:25</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339430" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian LITE RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2421  ">077661008133</label></td><td>00077661008133</td><td nowrap="">10297</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:25</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="262"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/27/2021 07:29:52</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869960726" onclick="javascript:showProgress();">Case </a></td><td>6/11FL AYO BY Obsidian FETA DILL DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2422  ">10077661139513</label></td><td>10077661139513</td><td nowrap="">13951</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850186</td><td nowrap="">05, 17, 19, 27, 29, 30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:02</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869960726" onclick="javascript:showProgress();">Each </a></td><td>11FL AYO BY Obsidian FETA DILL DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2423  ">077661139516</label></td><td>00077661139516</td><td nowrap="">13951</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850186</td><td nowrap="">05, 17, 19, 27, 29, 30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:02</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="366"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/26/2021 16:54:18</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/11941  SHIPPER.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834332809" onclick="javascript:showProgress();">Display </a></td><td>48-6/1.4oz Obsidian CHOCOLATE DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2424  ">20077661119376</label></td><td>20077661119376</td><td nowrap="">11941</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870071</td><td nowrap="">29, 30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:52</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661119372_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834332809" onclick="javascript:showProgress();">Each </a></td><td>6/1.4oz Obsidian CHOCOLATE DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2425  ">077661119372</label></td><td>00077661119372</td><td nowrap="">11937</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870071</td><td nowrap="">29, 30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:52</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="288"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/26/2021 13:14:16</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834345069" onclick="javascript:showProgress();">Case </a></td><td>12-6/1.4oz Obsidian CHOCOLATE DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2426  ">10077661119379</label></td><td>10077661119379</td><td nowrap="">11937</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870063</td><td nowrap="">17, 19, 20, 27, 32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:57</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661119372_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834345069" onclick="javascript:showProgress();">Each </a></td><td>6/1.4oz Obsidian CHOCOLATE DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2427  ">077661119372</label></td><td>00077661119372</td><td nowrap="">11937</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870063</td><td nowrap="">17, 19, 20, 27, 32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:57</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="109"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Supplier Delist</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/26/2021 13:14:15</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10520658544" onclick="javascript:showProgress();">Display </a></td><td>48-6/1.4OZ Obsidian CHOCOLATE DIP PROMO</td><td>Obsidian</td><td><label title="GTIN_14
  2428  ">00077661159255</label></td><td>00077661159255</td><td nowrap="">15925</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">32</td><td nowrap="">US</td><td nowrap="">01/23/2019 11:18:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661119372_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10520658544" onclick="javascript:showProgress();">Each </a></td><td>6/1.4oz Obsidian CHOCOLATE DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2429  ">077661119372</label></td><td>00077661119372</td><td nowrap="">11937</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">32</td><td nowrap="">US</td><td nowrap="">01/23/2019 11:18:07</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="135"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/24/2021 09:34:28</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8980533664" onclick="javascript:showProgress();">Case </a></td><td>6-6/1.5oz Obsidian HOMESTYLE RANCH DRESSING &amp; DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2430  ">10077661156749</label></td><td>10077661156749</td><td nowrap="">15674</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850808</td><td nowrap="">05, 17, 20, 25, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">08/28/2018 15:05:48</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8980533664" onclick="javascript:showProgress();">Each </a></td><td>6/1.5oz Obsidian HOMESTYLE RANCH DRESSING &amp; DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2431  ">077661156742</label></td><td>00077661156742</td><td nowrap="">15674</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850808</td><td nowrap="">05, 17, 20, 25, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">08/28/2018 15:05:48</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="16"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/24/2021 09:15:44</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101054459" onclick="javascript:showProgress();">Case </a></td><td>6/9fl Obsidian Off Kilter TZATZIKI RANCH DRESSING</td><td>Off Kilter</td><td><label title="GTIN_14
  2432  ">10077661166892</label></td><td>10077661166892</td><td nowrap="">16689</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850345</td><td nowrap="">17, 30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101054459" onclick="javascript:showProgress();">Each </a></td><td>9fl Obsidian Off Kilter TZATZIKI RANCH DRESSING</td><td>Off Kilter</td><td><label title="GTIN_12
  2433  ">077661166895</label></td><td>00077661166895</td><td nowrap="">16689</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850345</td><td nowrap="">17, 30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="17"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/24/2021 08:45:22</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101053479" onclick="javascript:showProgress();">Case </a></td><td>6/9fl Obsidian Off Kilter CILANTRO LIME DRESSING</td><td>Off Kilter</td><td><label title="GTIN_14
  2434  ">10077661166878</label></td><td>10077661166878</td><td nowrap="">16687</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850322</td><td nowrap="">17, 30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101053479" onclick="javascript:showProgress();">Each </a></td><td>9fl Obsidian Off Kilter CILANTRO LIME DRESSING</td><td>Off Kilter</td><td><label title="GTIN_12
  2435  ">077661166871</label></td><td>00077661166871</td><td nowrap="">16687</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850322</td><td nowrap="">17, 30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:07</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="136"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/24/2021 08:09:11</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8980533003" onclick="javascript:showProgress();">Case </a></td><td>6-6/1.5oz Obsidian CHUNKY BLUE CHEESE DRESSING &amp; DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2436  ">10077661156732</label></td><td>10077661156732</td><td nowrap="">15673</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850809</td><td nowrap="">05, 17, 20, 25, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">08/28/2018 15:05:48</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661156735_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8980533003" onclick="javascript:showProgress();">Each </a></td><td>6/1.5oz Obsidian CHUNKY BLUE CHEESE DRESSING &amp; DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2437  ">077661156735</label></td><td>00077661156735</td><td nowrap="">15673</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850809</td><td nowrap="">05, 17, 20, 25, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">08/28/2018 15:05:48</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="18"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/24/2021 07:35:10</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101052836" onclick="javascript:showProgress();">Case </a></td><td>6/9fl Obsidian Off Kilter GARDEN RANCH DRESSING</td><td>Off Kilter</td><td><label title="GTIN_14
  2438  ">10077661166847</label></td><td>10077661166847</td><td nowrap="">16684</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850271</td><td nowrap="">17, 30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101052836" onclick="javascript:showProgress();">Each </a></td><td>9fl Obsidian Off Kilter GARDEN RANCH DRESSING</td><td>Off Kilter</td><td><label title="GTIN_12
  2439  ">077661166840</label></td><td>00077661166840</td><td nowrap="">16684</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850271</td><td nowrap="">17, 30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:07</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="1"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/23/2021 07:48:43</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=20293125645" onclick="javascript:showProgress();">Case </a></td><td>48/1.5OZ Obsidian BALSAMIC VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_14
  2440  ">10077661165468</label></td><td>10077661165468</td><td nowrap="">16546</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850159</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">04/15/2021 16:16:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=20293125645" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Obsidian BALSAMIC VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_12
  2441  ">077661165461</label></td><td>00077661165461</td><td nowrap="">16546</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850159</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">04/15/2021 16:16:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="2"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/23/2021 07:48:43</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=20293125301" onclick="javascript:showProgress();">Case </a></td><td>48/1.5OZ Obsidian CAESAR DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2442  ">10077661165437</label></td><td>10077661165437</td><td nowrap="">16543</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850143</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">04/15/2021 16:16:06</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=20293125301" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Obsidian CAESAR DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2443  ">077661165430</label></td><td>00077661165430</td><td nowrap="">16543</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850143</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">04/15/2021 16:16:06</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="146"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/21/2021 08:10:50</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8349858019" onclick="javascript:showProgress();">Case </a></td><td>12/16oz Obsidian PUMPKIN CARAMEL</td><td>Obsidian</td><td><label title="GTIN_14
  2444  ">10077661156336</label></td><td>10077661156336</td><td nowrap="">15633</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870143</td><td nowrap="">05, 17, 20, 32</td><td nowrap="">US</td><td nowrap="">06/20/2018 15:12:46</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/PUMPKIN SPICE TUB 2018.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8349858019" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian PUMPKIN CARAMEL</td><td>Obsidian</td><td><label title="GTIN_12
  2445  ">077661156339</label></td><td>00077661156339</td><td nowrap="">15633</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870143</td><td nowrap="">05, 17, 20, 32</td><td nowrap="">US</td><td nowrap="">06/20/2018 15:12:46</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="344"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process - Supplier</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/21/2021 08:10:49</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336355" onclick="javascript:showProgress();">Case </a></td><td>6/15.5FL Obsidian GARDEN RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2446  ">10077661114015</label></td><td>10077661114015</td><td nowrap="">11401</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860014</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336355" onclick="javascript:showProgress();">Each </a></td><td>15.5FL Obsidian GARDEN RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2447  ">077661114018</label></td><td>00077661114018</td><td nowrap="">11401</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860014</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="275"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/21/2021 08:10:14</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869958345" onclick="javascript:showProgress();">Case </a></td><td>6/15.5FL Obsidian SPINACH PARMESAN DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2448  ">10077661121921</label></td><td>10077661121921</td><td nowrap="">12192</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860091</td><td nowrap="">17, 19, 20, 25, 30, 33</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:55</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869958345" onclick="javascript:showProgress();">Each </a></td><td>15.5FL Obsidian SPINACH PARMESAN DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2449  ">077661121924</label></td><td>00077661121924</td><td nowrap="">12192</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860091</td><td nowrap="">17, 19, 20, 25, 30, 33</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:55</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="296"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/21/2021 08:02:25</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834343847" onclick="javascript:showProgress();">Case </a></td><td>6/15.5FL Obsidian FRENCH ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2450  ">10077661123093</label></td><td>10077661123093</td><td nowrap="">12309</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860015</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 33</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:51</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834343847" onclick="javascript:showProgress();">Each </a></td><td>15.5FL Obsidian FRENCH ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2451  ">077661123096</label></td><td>00077661123096</td><td nowrap="">12309</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860015</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 33</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:51</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="22"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/21/2021 07:36:38</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=17196388750" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian HATCH CHILE RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2452  ">10077661166281</label></td><td>10077661166281</td><td nowrap="">16628</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860241</td><td nowrap="">17, 19, 20, 27, 30</td><td nowrap="">US</td><td nowrap="">07/28/2020 16:03:49</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=17196388750" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian HATCH CHILE RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2453  ">077661166284</label></td><td>00077661166284</td><td nowrap="">16628</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860241</td><td nowrap="">17, 19, 20, 27, 30</td><td nowrap="">US</td><td nowrap="">07/28/2020 16:03:49</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="61"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/16/2021 08:12:57</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833845930" onclick="javascript:showProgress();">Case </a></td><td>6/32FL Obsidian Destroy All Humans JALAPENO RANCH</td><td>Obsidian</td><td><label title="GTIN_14
  2454  ">10077661133788</label></td><td>10077661133788</td><td nowrap="">13378</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850579</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:10:51</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833845930" onclick="javascript:showProgress();">Each </a></td><td>32FL Obsidian Destroy All Humans JALAPENO RANCH</td><td>Obsidian</td><td><label title="GTIN_12
  2455  ">077661133781</label></td><td>00077661133781</td><td nowrap="">13378</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850579</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:10:51</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="70"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 18:49:34</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11829542151" onclick="javascript:showProgress();">Case </a></td><td>6/32FL Obsidian Destroy All Humans HOME STYLE RANCH</td><td>Obsidian</td><td><label title="GTIN_14
  2456  ">10077661027322</label></td><td>10077661027322</td><td nowrap="">10469</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82200010</td><td nowrap="">17, 29</td><td nowrap="">US</td><td nowrap="">05/20/2019 11:05:43</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661027325_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11829542151" onclick="javascript:showProgress();">Each </a></td><td>32FL Obsidian Destroy All Humans HOME STYLE RANCH</td><td>Obsidian</td><td><label title="GTIN_12
  2457  ">077661027325</label></td><td>00077661027325</td><td nowrap="">10469</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82200010</td><td nowrap="">17, 29</td><td nowrap="">US</td><td nowrap="">05/20/2019 11:05:43</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="155"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 18:03:43</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7213221988" onclick="javascript:showProgress();">Case </a></td><td>6/20FL Obsidian THOUSAND ISLAND DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2458  ">20077661124585</label></td><td>20077661124585</td><td nowrap="">15523</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850705</td><td nowrap="">05, 17, 19, 27, 30, 34</td><td nowrap="">US</td><td nowrap="">03/08/2018 16:17:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661124581_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7213221988" onclick="javascript:showProgress();">Each </a></td><td>20FL Obsidian THOUSAND ISLAND DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2459  ">077661124581</label></td><td>00077661124581</td><td nowrap="">15523</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850705</td><td nowrap="">05, 17, 19, 27, 30, 34</td><td nowrap="">US</td><td nowrap="">03/08/2018 16:17:01</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="76"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 08:30:30</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656824675" onclick="javascript:showProgress();">Case </a></td><td>60/1.5OZ Dark Tunnel RANCH  DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_14
  2460  ">20077661159938</label></td><td>20077661159938</td><td nowrap="">16000</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850907</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:52</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661159934_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656824675" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Dark Tunnel RANCH DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_12
  2461  ">077661159934</label></td><td>00077661159934</td><td nowrap="">15993</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850907</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:52</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="150"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 08:02:24</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7451699770" onclick="javascript:showProgress();">Case </a></td><td>8/6oz Overly Complex BLUE CHEESE CRUMBLES</td><td>Overly Complex</td><td><label title="GTIN_14
  2462  ">10815441011679</label></td><td>10815441011679</td><td nowrap="">14278</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82044644</td><td nowrap="">19, 25, 30, 33, 34</td><td nowrap="">US</td><td nowrap="">04/03/2018 12:19:29</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7451699770" onclick="javascript:showProgress();">Each </a></td><td>6oz Overly Complex BLUE CHEESE CRUMBLES</td><td>Overly Complex</td><td><label title="GTIN_12
  2463  ">815441011672</label></td><td>00815441011672</td><td nowrap="">14278</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82044644</td><td nowrap="">19, 25, 30, 33, 34</td><td nowrap="">US</td><td nowrap="">04/03/2018 12:19:29</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="237"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 08:02:16</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869964670" onclick="javascript:showProgress();">Case </a></td><td>12/4oz Overly Complex GORGONZOLA CRUMBLES</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2464  ">10815441011310</label></td><td>10815441011310</td><td nowrap="">14196</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82043898</td><td nowrap="">05, 17, 19, 20, 25, 33, 34</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:17</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869964670" onclick="javascript:showProgress();">Each </a></td><td>4oz Overly Complex GORGONZOLA CRUMBLES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2465  ">815441011313</label></td><td>00815441011313</td><td nowrap="">14196</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82043898</td><td nowrap="">05, 17, 19, 20, 25, 33, 34</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:17</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="110"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Withdrawn</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:53:50</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10400814223" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER IDAHO POTATO HERB</td><td>Obsidian</td><td><label title="GTIN_14
  2466  ">00077661158593</label></td><td>00077661158593</td><td nowrap="">15859</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410855</td><td nowrap="">19, 27, 29, 32</td><td nowrap="">US</td><td nowrap="">01/15/2019 12:26:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10400814223" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2467  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410855</td><td nowrap="">19, 27, 29, 32</td><td nowrap="">US</td><td nowrap="">01/15/2019 12:26:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336304_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10400814223" onclick="javascript:showProgress();">Each </a></td><td>0.35OZ Obsidian INSTANTLY FRESH HERB DILL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2468  ">077661336304</label></td><td>00077661336304</td><td nowrap="">11062</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410855</td><td nowrap="">19, 27, 29, 32</td><td nowrap="">US</td><td nowrap="">01/15/2019 12:26:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335956_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10400814223" onclick="javascript:showProgress();">Each </a></td><td>0.25 oz Obsidian INSTANTLY FRESH HERB CHIVES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2469  ">077661335956</label></td><td>00077661335956</td><td nowrap="">11061</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410855</td><td nowrap="">19, 27, 29, 32</td><td nowrap="">US</td><td nowrap="">01/15/2019 12:26:01</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="75"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Withdrawn</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:52:32</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656825242" onclick="javascript:showProgress();">Case </a></td><td>60/1.5OZ Dark Tunnel RASPBERRY VINAIGRETTE</td><td>Dark Tunnel</td><td><label title="GTIN_14
  2470  ">10077661160012</label></td><td>10077661160012</td><td nowrap="">16001</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850908</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:53</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656825242" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Dark Tunnel RASPBERRY VINAIGRETTE</td><td>Dark Tunnel</td><td><label title="GTIN_12
  2471  ">077661160015</label></td><td>00077661160015</td><td nowrap="">16001</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850908</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:53</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="77"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:52:31</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656824016" onclick="javascript:showProgress();">Case </a></td><td>60/1.5OZ Dark Tunnel BALSAMIC VINAIGRETTE</td><td>Dark Tunnel</td><td><label title="GTIN_14
  2472  ">10077661159948</label></td><td>10077661159948</td><td nowrap="">15994</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850905</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:52</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661159941_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656824016" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Dark Tunnel BALSAMIC VINAIGRETTE</td><td>Dark Tunnel</td><td><label title="GTIN_12
  2473  ">077661159941</label></td><td>00077661159941</td><td nowrap="">15994</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850905</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:52</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="123"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:52:30</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732419418" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian ORGANIC LEMON HERB VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_14
  2474  ">10077661157548</label></td><td>10077661157548</td><td nowrap="">15754</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850848</td><td nowrap="">05, 17, 19, 20, 25, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:13</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732419418" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian ORGANIC LEMON HERB VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_12
  2475  ">077661157541</label></td><td>00077661157541</td><td nowrap="">15754</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850848</td><td nowrap="">05, 17, 19, 20, 25, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:13</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="42"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:52:29</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12283591653" onclick="javascript:showProgress();">Case </a></td><td>6/89fl Obsidian COSMIC CRISP CIDER</td><td>Obsidian</td><td><label title="GTIN_14
  2476  ">10077661160869</label></td><td>10077661160869</td><td nowrap="">16086</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84830174</td><td nowrap="">19, 27, 29</td><td nowrap="">US</td><td nowrap="">06/26/2019 16:45:38</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661160862_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12283591653" onclick="javascript:showProgress();">Each </a></td><td>89fl Obsidian COSMIC CRISP CIDER</td><td>Obsidian</td><td><label title="GTIN_12
  2477  ">077661160862</label></td><td>00077661160862</td><td nowrap="">16086</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84830174</td><td nowrap="">19, 27, 29</td><td nowrap="">US</td><td nowrap="">06/26/2019 16:45:38</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="34"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:52:07</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871526479" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER 30 US HERBS</td><td>Obsidian</td><td><label title="GTIN_14
  2478  ">10077661143879</label></td><td>10077661143879</td><td nowrap="">14387</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410021</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:06</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661139783_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871526479" onclick="javascript:showProgress();">Each </a></td><td>0.52oz Obsidian INSTANTLY FRESH HERB THYME</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2479  ">077661139783</label></td><td>00077661139783</td><td nowrap="">13978</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410021</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:06</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/12047-PoultryBlend.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871526479" onclick="javascript:showProgress();">Each </a></td><td>.46OZ Obsidian INSTANTLY FRESH POULTRY HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2480  ">077661120477</label></td><td>00077661120477</td><td nowrap="">12047</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410021</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:06</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335963_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871526479" onclick="javascript:showProgress();">Each </a></td><td>.3OZ Obsidian INSTANTLY FRESH HERB PARSLEY</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2481  ">077661335963</label></td><td>00077661335963</td><td nowrap="">11067</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410021</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:06</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661139813_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871526479" onclick="javascript:showProgress();">Each </a></td><td>0.31oz Obsidian INSTANTLY FRESH HERB SAGE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2482  ">077661139813</label></td><td>00077661139813</td><td nowrap="">13981</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410021</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:06</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="33"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:52:06</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871530560" onclick="javascript:showProgress();">Display </a></td><td>JALAPENO GUACAMOLE HERB SHIPPER 2019</td><td>Obsidian</td><td><label title="GTIN_14
  2483  ">00077661160121</label></td><td>00077661160121</td><td nowrap="">16012</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410017</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:14</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661147535_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871530560" onclick="javascript:showProgress();">Each </a></td><td>0.85OZ Obsidian INSTANTLY FRESH HERB GUACAMOLE BLEND</td><td>Obsidian</td><td><label title="GTIN_12
  2484  ">077661147535</label></td><td>00077661147535</td><td nowrap="">14753</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410017</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:14</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335987_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871530560" onclick="javascript:showProgress();">Each </a></td><td>0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2485  ">077661335987</label></td><td>00077661335987</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410017</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:14</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661157510_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12871530560" onclick="javascript:showProgress();">Each </a></td><td>0.39OZ Obsidian INSTANTLY FRESH HERB JALAPENO</td><td>Obsidian</td><td><label title="GTIN_12
  2486  ">077661157510</label></td><td>00077661157510</td><td nowrap="">15751</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410017</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">08/23/2019 18:16:14</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="149"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:49:36</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7451706582" onclick="javascript:showProgress();">Case </a></td><td>8/6oz Overly Complex GORGONZOLA CRUMBLES</td><td>Overly Complex</td><td><label title="GTIN_14
  2487  ">10815441011662</label></td><td>10815441011662</td><td nowrap="">14277</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82044655</td><td nowrap="">19, 30, 33</td><td nowrap="">US</td><td nowrap="">04/03/2018 12:19:45</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7451706582" onclick="javascript:showProgress();">Each </a></td><td>6oz Overly Complex GORGONZOLA CRUMBLES</td><td>Overly Complex</td><td><label title="GTIN_12
  2488  ">815441011665</label></td><td>00815441011665</td><td nowrap="">14277</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82044655</td><td nowrap="">19, 30, 33</td><td nowrap="">US</td><td nowrap="">04/03/2018 12:19:45</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="236"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:49:36</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869964864" onclick="javascript:showProgress();">Case </a></td><td>12/4oz Overly Complex FETA CRUMBLES</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2489  ">10815441011327</label></td><td>10815441011327</td><td nowrap="">14197</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82044345</td><td nowrap="">19, 20, 25, 33, 34</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:18</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869964864" onclick="javascript:showProgress();">Each </a></td><td>4oz Overly Complex FETA CRUMBLES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2490  ">815441011320</label></td><td>00815441011320</td><td nowrap="">14197</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82044345</td><td nowrap="">19, 20, 25, 33, 34</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:18</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="238"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:49:35</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869964507" onclick="javascript:showProgress();">Case </a></td><td>12/4oz Overly Complex BLUE CHEESE CRUMBLES</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2491  ">10815441011303</label></td><td>10815441011303</td><td nowrap="">14194</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82042212</td><td nowrap="">05, 17, 19, 20, 25, 27, 30, 33, 34</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:16</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869964507" onclick="javascript:showProgress();">Each </a></td><td>4oz Overly Complex BLUE CHEESE CRUMBLES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2492  ">815441011306</label></td><td>00815441011306</td><td nowrap="">14194</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82042212</td><td nowrap="">05, 17, 19, 20, 25, 27, 30, 33, 34</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:16</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="79"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:40:34</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656822407" onclick="javascript:showProgress();">Case </a></td><td>60/1.5OZ Dark Tunnel BLUE CHEESE DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_14
  2493  ">10077661160074</label></td><td>10077661160074</td><td nowrap="">16007</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850906</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:51</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656822407" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Dark Tunnel BLUE CHEESE DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_12
  2494  ">077661160077</label></td><td>00077661160077</td><td nowrap="">16007</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850906</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:51</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="73"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process - Supplier</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:40:33</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11829539793" onclick="javascript:showProgress();">Case </a></td><td>6/32FL Obsidian Destroy All Humans BLUE CHEESE</td><td>Obsidian</td><td><label title="GTIN_14
  2495  ">10077661029326</label></td><td>10077661029326</td><td nowrap="">10463</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82200164</td><td nowrap="">17, 29</td><td nowrap="">US</td><td nowrap="">05/20/2019 11:05:37</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11829539793" onclick="javascript:showProgress();">Each </a></td><td>32FL Obsidian Destroy All Humans BLUE CHEESE</td><td>Obsidian</td><td><label title="GTIN_12
  2496  ">077661029329</label></td><td>00077661029329</td><td nowrap="">10463</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82200164</td><td nowrap="">17, 29</td><td nowrap="">US</td><td nowrap="">05/20/2019 11:05:37</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="78"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:38:31</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656823211" onclick="javascript:showProgress();">Case </a></td><td>60/1.5OZ Dark Tunnel CAESAR DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_14
  2497  ">10077661160029</label></td><td>10077661160029</td><td nowrap="">16002</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850903</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:51</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661160022_C1N1.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11656823211" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Dark Tunnel CAESAR DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_12
  2498  ">077661160022</label></td><td>00077661160022</td><td nowrap="">16002</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850903</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 13:22:51</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="44"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:29:30</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11912092300" onclick="javascript:showProgress();">Case </a></td><td>60/1.5OZ Dark Tunnel ITALIAN DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_14
  2499  ">10077661160036</label></td><td>10077661160036</td><td nowrap="">16003</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850904</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/28/2019 09:52:54</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661160039_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11912092300" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Dark Tunnel ITALIAN DRESSING</td><td>Dark Tunnel</td><td><label title="GTIN_12
  2500  ">077661160039</label></td><td>00077661160039</td><td nowrap="">16003</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850904</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/28/2019 09:52:54</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="62"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:29:29</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833844501" onclick="javascript:showProgress();">Case </a></td><td>6/32FL Obsidian Destroy All Humans BALSAMIC VINIGRETTE</td><td>Obsidian</td><td><label title="GTIN_14
  2501  ">10077661042325</label></td><td>10077661042325</td><td nowrap="">10576</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850581</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:10:49</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833844501" onclick="javascript:showProgress();">Each </a></td><td>32FL LH POT BALSAMIC VINIGRETTE</td><td>Obsidian</td><td><label title="GTIN_12
  2502  ">077661042328</label></td><td>00077661042328</td><td nowrap="">10576</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850581</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:10:49</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="71"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process - Supplier</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/15/2021 07:29:28</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11829541339" onclick="javascript:showProgress();">Case </a></td><td>6/32FL Obsidian Destroy All Humans CAESAR</td><td>Obsidian</td><td><label title="GTIN_14
  2503  ">10077661035327</label></td><td>10077661035327</td><td nowrap="">10464</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82200046</td><td nowrap="">17, 29</td><td nowrap="">US</td><td nowrap="">05/20/2019 11:05:41</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11829541339" onclick="javascript:showProgress();">Each </a></td><td>32FL Obsidian Destroy All Humans CAESAR</td><td>Obsidian</td><td><label title="GTIN_12
  2504  ">077661035320</label></td><td>00077661035320</td><td nowrap="">10464</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82200046</td><td nowrap="">17, 29</td><td nowrap="">US</td><td nowrap="">05/20/2019 11:05:41</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="284"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 12:53:57</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834345682" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian ULTRA PREMIUM BIG BLUE</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2505  ">10077661117924</label></td><td>10077661117924</td><td nowrap="">11792</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850019</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 34</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:59</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834345682" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian ULTRA PREMIUM BIG BLUE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2506  ">077661117927</label></td><td>00077661117927</td><td nowrap="">11792</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850019</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 34</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:59</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="329"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 12:52:38</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338648" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian JALAPENO RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2507  ">10077661029135</label></td><td>10077661029135</td><td nowrap="">16885</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850031</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 34, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:21</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338648" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian JALAPENO RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2508  ">077661029138</label></td><td>00077661029138</td><td nowrap="">16885</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850031</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 34, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:21</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="332"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 12:52:09</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338191" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian HOME STYLE RANCH</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2509  ">10077661048136</label></td><td>10077661048136</td><td nowrap="">10676</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850041</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 33, 34, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:16</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338191" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian HOME STYLE RANCH</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2510  ">077661048139</label></td><td>00077661048139</td><td nowrap="">10676</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850041</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 33, 34, 65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:16</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="321"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 12:51:35</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339899" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian CAESAR DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2511  ">10077661003135</label></td><td>10077661003135</td><td nowrap="">12070</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850025</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 33, 34</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:28</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339899" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian CAESAR DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2512  ">077661003138</label></td><td>00077661003138</td><td nowrap="">12070</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850025</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 33, 34</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:28</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="318"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:13:53</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834340379" onclick="javascript:showProgress();">Case </a></td><td>6/12FL AYODIPITY BY Obsidian CUCUMBER DILL</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2513  ">10077661140199</label></td><td>10077661140199</td><td nowrap="">14019</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860036</td><td nowrap="">05, 17, 19, 20, 29, 30, 34</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:31</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834340379" onclick="javascript:showProgress();">Each </a></td><td>12FL AYODIPITY BY Obsidian CUCUMBER DILL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2514  ">077661140192</label></td><td>00077661140192</td><td nowrap="">14019</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860036</td><td nowrap="">05, 17, 19, 20, 29, 30, 34</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:31</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="112"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:13:52</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732425699" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian ORGANIC BALSAMIC VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_14
  2515  ">10077661157562</label></td><td>10077661157562</td><td nowrap="">15756</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850849</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:20</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732425699" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian ORGANIC BALSAMIC VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_12
  2516  ">077661157565</label></td><td>00077661157565</td><td nowrap="">15756</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850849</td><td nowrap="">05, 17, 19, 20, 25, 27, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:20</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="158"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:13:51</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7209950362" onclick="javascript:showProgress();">Case </a></td><td>6/20FL Obsidian HOMESTYLE RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2517  ">20077661125117</label></td><td>20077661125117</td><td nowrap="">15524</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850702</td><td nowrap="">05, 19, 20, 25, 27, 29, 30, 32, 33, 34</td><td nowrap="">US</td><td nowrap="">03/08/2018 12:09:42</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7209950362" onclick="javascript:showProgress();">Each </a></td><td>20FL Obsidian HOMESTYLE RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2518  ">077661125113</label></td><td>00077661125113</td><td nowrap="">15524</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850702</td><td nowrap="">05, 19, 20, 25, 27, 29, 30, 32, 33, 34</td><td nowrap="">US</td><td nowrap="">03/08/2018 12:09:42</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="294"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:13:47</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834344153" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian PARMESAN CAESAR VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2519  ">10077661123024</label></td><td>10077661123024</td><td nowrap="">12302</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850108</td><td nowrap="">17, 19, 27, 29, 30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:52</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834344153" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian PARMESAN CAESAR VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2520  ">077661123027</label></td><td>00077661123027</td><td nowrap="">12302</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850108</td><td nowrap="">17, 19, 27, 29, 30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:52</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="80"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:10:52</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11652449368" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER HERB SUMMER GRILL #3</td><td>Obsidian</td><td><label title="GTIN_14
  2521  ">00077661161432</label></td><td>00077661161432</td><td nowrap="">16143</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410881</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 10:07:44</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335987_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11652449368" onclick="javascript:showProgress();">Each </a></td><td>0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2522  ">077661335987</label></td><td>00077661335987</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410881</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 10:07:44</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661157510_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11652449368" onclick="javascript:showProgress();">Each </a></td><td>0.39OZ Obsidian INSTANTLY FRESH HERB JALAPENO</td><td>Obsidian</td><td><label title="GTIN_12
  2523  ">077661157510</label></td><td>00077661157510</td><td nowrap="">15751</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410881</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 10:07:44</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11652449368" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2524  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410881</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 10:07:44</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11652449368" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2525  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410881</td><td nowrap="">29</td><td nowrap="">US</td><td nowrap="">05/06/2019 10:07:44</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="168"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:10:47</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632277820" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER US HOLIDAY HERB</td><td>Obsidian</td><td><label title="GTIN_14
  2526  ">10077661140663</label></td><td>10077661140663</td><td nowrap="">14066</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410308</td><td nowrap="">29, 32, 33, 34</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:06:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661139813_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632277820" onclick="javascript:showProgress();">Each </a></td><td>0.31oz Obsidian INSTANTLY FRESH HERB SAGE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2527  ">077661139813</label></td><td>00077661139813</td><td nowrap="">13981</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410308</td><td nowrap="">29, 32, 33, 34</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:06:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661139783_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632277820" onclick="javascript:showProgress();">Each </a></td><td>0.52oz Obsidian INSTANTLY FRESH HERB THYME</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2528  ">077661139783</label></td><td>00077661139783</td><td nowrap="">13978</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410308</td><td nowrap="">29, 32, 33, 34</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:06:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335963_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632277820" onclick="javascript:showProgress();">Each </a></td><td>.3OZ Obsidian INSTANTLY FRESH HERB PARSLEY</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2529  ">077661335963</label></td><td>00077661335963</td><td nowrap="">11067</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410308</td><td nowrap="">29, 32, 33, 34</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:06:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632277820" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2530  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410308</td><td nowrap="">29, 32, 33, 34</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:06:58</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="144"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:10:43</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8627623651" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER SUMMER US HERB</td><td>Obsidian</td><td><label title="GTIN_14
  2531  ">10077661128135</label></td><td>10077661128135</td><td nowrap="">12813</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410221</td><td nowrap="">25, 27, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">07/24/2018 10:12:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335963_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8627623651" onclick="javascript:showProgress();">Each </a></td><td>.3OZ Obsidian INSTANTLY FRESH HERB PARSLEY</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2532  ">077661335963</label></td><td>00077661335963</td><td nowrap="">11067</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410221</td><td nowrap="">25, 27, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">07/24/2018 10:12:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8627623651" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2533  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410221</td><td nowrap="">25, 27, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">07/24/2018 10:12:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335987_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8627623651" onclick="javascript:showProgress();">Each </a></td><td>0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2534  ">077661335987</label></td><td>00077661335987</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410221</td><td nowrap="">25, 27, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">07/24/2018 10:12:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335956_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8627623651" onclick="javascript:showProgress();">Each </a></td><td>0.25 oz Obsidian INSTANTLY FRESH HERB CHIVES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2535  ">077661335956</label></td><td>00077661335956</td><td nowrap="">11061</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410221</td><td nowrap="">25, 27, 29, 30, 32, 33</td><td nowrap="">US</td><td nowrap="">07/24/2018 10:12:58</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="246"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 08:10:39</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/10077661335960_C1NA.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869963257" onclick="javascript:showProgress();">Case </a></td><td>6/0.3OZ Obsidian INSTANTLY FRESH HERB PARSLEY</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2536  ">10077661335960</label></td><td>10077661335960</td><td nowrap="">11067</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410128</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:11</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335963_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869963257" onclick="javascript:showProgress();">Each </a></td><td>.3OZ Obsidian INSTANTLY FRESH HERB PARSLEY</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2537  ">077661335963</label></td><td>00077661335963</td><td nowrap="">11067</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410128</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:11</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="333"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:52:17</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338038" onclick="javascript:showProgress();">Case </a></td><td>6/12FL LH SESAME GINGER DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2538  ">10077661103606</label></td><td>10077661103606</td><td nowrap="">10360</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850196</td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:15</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338038" onclick="javascript:showProgress();">Each </a></td><td>12FL LH SESAME GINGER DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2539  ">077661103609</label></td><td>00077661103609</td><td nowrap="">10360</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850196</td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:15</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="285"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:52:15</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834345529" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian COTIJA CILANTRO DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2540  ">10077661117986</label></td><td>10077661117986</td><td nowrap="">11798</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:59</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834345529" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian COTIJA CILANTRO DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2541  ">077661117989</label></td><td>00077661117989</td><td nowrap="">11798</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:59</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="316"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:51:35</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834340685" onclick="javascript:showProgress();">Case </a></td><td>6/12FL AYODIPITY BY Obsidian RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2542  ">10077661140151</label></td><td>10077661140151</td><td nowrap="">14015</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84790006</td><td nowrap="">34,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:33</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834340685" onclick="javascript:showProgress();">Each </a></td><td>12oz AYODIPITY BY Obsidian RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2543  ">077661140154</label></td><td>00077661140154</td><td nowrap="">14015</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84790006</td><td nowrap="">34,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:33</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="23"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:46:44</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=17196387344" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian SESAME MISO DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2544  ">10077661166045</label></td><td>10077661166045</td><td nowrap="">16604</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860237</td><td nowrap="">27,17,19,30</td><td nowrap="">US</td><td nowrap="">07/28/2020 16:03:49</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=17196387344" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian SESAME MISO DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2545  ">077661166048</label></td><td>00077661166048</td><td nowrap="">16604</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860237</td><td nowrap="">27,17,19,30</td><td nowrap="">US</td><td nowrap="">07/28/2020 16:03:49</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="47"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:46:42</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11839239833" onclick="javascript:showProgress();">Case </a></td><td>24/8oz Obsidian CREAM CHEESE DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2546  ">20077661128415</label></td><td>20077661128415</td><td nowrap="">14438</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981034</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">05/20/2019 17:05:30</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661128411_A1N1.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11839239833" onclick="javascript:showProgress();">Each </a></td><td>8OZ Obsidian CREAM CHEESE DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2547  ">077661128411</label></td><td>00077661128411</td><td nowrap="">12841</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981034</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">05/20/2019 17:05:30</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="161"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:46:39</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7209948624" onclick="javascript:showProgress();">Case </a></td><td>6/20FL Obsidian CHUNKY BLUE CHEESE</td><td>Obsidian</td><td><label title="GTIN_14
  2548  ">20077661123212</label></td><td>20077661123212</td><td nowrap="">15521</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850699</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">03/08/2018 12:09:33</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7209948624" onclick="javascript:showProgress();">Each </a></td><td>20FL Obsidian CHUNKY BLUE CHEESE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2549  ">077661123218</label></td><td>00077661123218</td><td nowrap="">15521</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850699</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">03/08/2018 12:09:33</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="35"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:46:37</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12856088090" onclick="javascript:showProgress();">Case </a></td><td>48/1.5oz Obsidian BALSAMIC VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_14
  2550  ">20077661147058</label></td><td>20077661147058</td><td nowrap="">15852</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850339</td><td nowrap="">29,20</td><td nowrap="">US</td><td nowrap="">08/22/2019 15:15:27</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12856088090" onclick="javascript:showProgress();">Each </a></td><td>1.5OZ Obsidian BALSAMIC VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_12
  2551  ">077661147054</label></td><td>00077661147054</td><td nowrap="">14705</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850339</td><td nowrap="">29,20</td><td nowrap="">US</td><td nowrap="">08/22/2019 15:15:27</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="36"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:45:22</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12856087608" onclick="javascript:showProgress();">Case </a></td><td>48/1.5oz Obsidian CAESAR DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2552  ">20077661147034</label></td><td>20077661147034</td><td nowrap="">15850</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850338</td><td nowrap="">29,20</td><td nowrap="">US</td><td nowrap="">08/22/2019 15:15:26</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12856087608" onclick="javascript:showProgress();">Each </a></td><td>1.5oz Obsidian CAESAR DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2553  ">077661147030</label></td><td>00077661147030</td><td nowrap="">15850</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850338</td><td nowrap="">29,20</td><td nowrap="">US</td><td nowrap="">08/22/2019 15:15:26</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="295"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:45:22</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834344000" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian PEAR GORGONZOLA DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2554  ">10077661123079</label></td><td>10077661123079</td><td nowrap="">12307</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:51</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834344000" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian PEAR GORGONZOLA DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2555  ">077661123072</label></td><td>00077661123072</td><td nowrap="">12307</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:51</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="353"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:45:21</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334859" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian POPPYSEED DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2556  ">10077661115241</label></td><td>10077661115241</td><td nowrap="">11524</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850073</td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:02</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334859" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian POPPYSEED DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2557  ">077661115244</label></td><td>00077661115244</td><td nowrap="">11524</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850073</td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:02</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="233"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:45:00</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869965359" onclick="javascript:showProgress();">Case </a></td><td>24/8FL Obsidian HOMESTYLE RANCH DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2558  ">30077661081342</label></td><td>30077661081342</td><td nowrap="">10093</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981033</td><td nowrap="">34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:20</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869965359" onclick="javascript:showProgress();">Each </a></td><td>8FL Obsidian HOME STYLE RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2559  ">077661081341</label></td><td>00077661081341</td><td nowrap="">11746</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981033</td><td nowrap="">34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:20</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="334"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:44:57</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834337885" onclick="javascript:showProgress();">Case </a></td><td>6/15.5FL Obsidian HOME STYLE RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2560  ">10077661108717</label></td><td>10077661108717</td><td nowrap="">10871</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860009</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:14</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834337885" onclick="javascript:showProgress();">Each </a></td><td>15.5FL Obsidian HOME STYLE RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2561  ">077661108710</label></td><td>00077661108710</td><td nowrap="">10871</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860009</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:14</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="108"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:43:53</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10641825944" onclick="javascript:showProgress();">Case </a></td><td>6/20FL Obsidian AVOCADO RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2562  ">10077661158668</label></td><td>10077661158668</td><td nowrap="">15866</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850619</td><td nowrap="">05,27,17,29,19,20,32</td><td nowrap="">US</td><td nowrap="">02/04/2019 10:12:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10641825944" onclick="javascript:showProgress();">Each </a></td><td>20FL Obsidian AVOCADO RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2563  ">077661158661</label></td><td>00077661158661</td><td nowrap="">15866</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850619</td><td nowrap="">05,27,17,29,19,20,32</td><td nowrap="">US</td><td nowrap="">02/04/2019 10:12:07</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="357"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:43:46</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334247" onclick="javascript:showProgress();">Case </a></td><td>6/0.28oz Obsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2564  ">10077661336257</label></td><td>10077661336257</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410135</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334247" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2565  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410135</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:00</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="97"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:40:40</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11138220041" onclick="javascript:showProgress();">Case </a></td><td>6/0.39OZ Obsidian INSTANTLY FRESH HERB JALAPENO</td><td>Obsidian</td><td><label title="GTIN_14
  2566  ">10077661157517</label></td><td>10077661157517</td><td nowrap="">15751</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410883</td><td nowrap="">25,29,20</td><td nowrap="">US</td><td nowrap="">03/20/2019 11:11:17</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661157510_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11138220041" onclick="javascript:showProgress();">Each </a></td><td>0.39OZ Obsidian INSTANTLY FRESH HERB JALAPENO</td><td>Obsidian</td><td><label title="GTIN_12
  2567  ">077661157510</label></td><td>00077661157510</td><td nowrap="">15751</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410883</td><td nowrap="">25,29,20</td><td nowrap="">US</td><td nowrap="">03/20/2019 11:11:17</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="361"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:40:04</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834333615" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian CHUNKY BLUE CHEESE</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2568  ">40077661003167</label></td><td>40077661003167</td><td nowrap="">10868</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850101</td><td nowrap="">33,34,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:56</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661003169_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834333615" onclick="javascript:showProgress();">Each </a></td><td>384ml Obsidian Fromage BLUE En Morceaux</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2569  ">077661003169</label></td><td>00077661003169</td><td nowrap="">10868</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850101</td><td nowrap="">33,34,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:56</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="245"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:36:32</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869963411" onclick="javascript:showProgress();">Case </a></td><td>6/0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2570  ">10077661335984</label></td><td>10077661335984</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410137</td><td nowrap="">33,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:12</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335987_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869963411" onclick="javascript:showProgress();">Each </a></td><td>0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2571  ">077661335987</label></td><td>00077661335987</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410137</td><td nowrap="">33,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:12</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="93"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:34:32</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11383789911" onclick="javascript:showProgress();">Case </a></td><td>144/2FL Obsidian HOMESTYLE RANCH V2</td><td>Obsidian</td><td><label title="GTIN_14
  2572  ">10077661146597</label></td><td>10077661146597</td><td nowrap="">14659</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84980283</td><td nowrap="">34,25,05,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">04/11/2019 12:22:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11383789911" onclick="javascript:showProgress();">Each </a></td><td>2FL Obsidian HOMESTYLE RANCH V2</td><td>Obsidian</td><td><label title="GTIN_12
  2573  ">077661146590</label></td><td>00077661146590</td><td nowrap="">14659</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84980283</td><td nowrap="">34,25,05,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">04/11/2019 12:22:01</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="362"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:34:31</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834333458" onclick="javascript:showProgress();">Case </a></td><td>12/8FL Obsidian HOME STYLE RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2574  ">40077661081349</label></td><td>40077661081349</td><td nowrap="">11746</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860056</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:55</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834333458" onclick="javascript:showProgress();">Each </a></td><td>8FL Obsidian HOME STYLE RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2575  ">077661081341</label></td><td>00077661081341</td><td nowrap="">11746</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860056</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:55</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="327"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/14/2021 07:34:25</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/10077661022129_C1NA.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338952" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian BALSAMIC VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2576  ">10077661022129</label></td><td>10077661022129</td><td nowrap="">18640</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850238</td><td nowrap="">25,05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:23</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661022122_C1N1.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338952" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian BALSAMIC VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2577  ">077661022122</label></td><td>00077661022122</td><td nowrap="">18640</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850238</td><td nowrap="">25,05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:23</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="231"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Withdrawn</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/09/2021 08:27:29</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1890072359" onclick="javascript:showProgress();">Case </a></td><td>30/2FL Obsidian CREAM CHEESE DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2578  ">10077661143039</label></td><td>10077661143039</td><td nowrap="">14303</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84980191</td><td nowrap="">27,17,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/19/2016 10:05:16</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1890072359" onclick="javascript:showProgress();">Each </a></td><td>2FL Obsidian CREAM CHEESE DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2579  ">077661143032</label></td><td>00077661143032</td><td nowrap="">14303</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84980191</td><td nowrap="">27,17,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/19/2016 10:05:16</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="176"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/09/2021 07:27:17</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3132882688" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian AYO CAESAR DRESSING</td><td>AYO BY Obsidian</td><td><label title="GTIN_14
  2580  ">10077661149949</label></td><td>10077661149949</td><td nowrap="">14994</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850635</td><td nowrap="">27</td><td nowrap="">US</td><td nowrap="">08/29/2016 12:13:34</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3132882688" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian AYO CAESAR DRESSING</td><td>AYO BY Obsidian</td><td><label title="GTIN_12
  2581  ">077661149942</label></td><td>00077661149942</td><td nowrap="">14994</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850635</td><td nowrap="">27</td><td nowrap="">US</td><td nowrap="">08/29/2016 12:13:34</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="307"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/07/2021 12:21:05</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834342084" onclick="javascript:showProgress();">Case </a></td><td>12/8OZ Obsidian CREAM CHEESE DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2582  ">10077661128418</label></td><td>10077661128418</td><td nowrap="">12841</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:41</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661128411_A1N1.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834342084" onclick="javascript:showProgress();">Each </a></td><td>8OZ Obsidian CREAM CHEESE DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2583  ">077661128411</label></td><td>00077661128411</td><td nowrap="">12841</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:41</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="25"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/07/2021 08:22:05</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=16443786974" onclick="javascript:showProgress();">Case </a></td><td>36/2FL Obsidian CREAM CHEESE DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2584  ">20077661143036</label></td><td>20077661143036</td><td nowrap="">16553</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84980386</td><td nowrap="">05,27,30,20,32</td><td nowrap="">US</td><td nowrap="">05/18/2020 14:04:23</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=16443786974" onclick="javascript:showProgress();">Each </a></td><td>2FL Obsidian CREAM CHEESE DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2585  ">077661143032</label></td><td>00077661143032</td><td nowrap="">14303</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84980386</td><td nowrap="">05,27,30,20,32</td><td nowrap="">US</td><td nowrap="">05/18/2020 14:04:23</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="98"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/06/2021 08:33:21</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11022752334" onclick="javascript:showProgress();">Case </a></td><td>48/1.5oz Obsidian CREAM CHEESE DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2586  ">10077661158866</label></td><td>10077661158866</td><td nowrap="">15886</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84990805</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">03/11/2019 14:22:02</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11022752334" onclick="javascript:showProgress();">Each </a></td><td>1.5oz Obsidian CREAM CHEESE DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2587  ">077661158869</label></td><td>00077661158869</td><td nowrap="">15886</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84990805</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">03/11/2019 14:22:02</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="270"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/06/2021 07:47:10</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869959127" onclick="javascript:showProgress();">Case </a></td><td>6/89fl Obsidian CIDER HONEY CRISP</td><td>Obsidian</td><td><label title="GTIN_14
  2588  ">10077661137496</label></td><td>10077661137496</td><td nowrap="">13749</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84830682</td><td nowrap="">34,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:57</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661137499_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869959127" onclick="javascript:showProgress();">Each </a></td><td>89fl Obsidian CIDER HONEY CRISP</td><td>Obsidian</td><td><label title="GTIN_12
  2589  ">077661137499</label></td><td>00077661137499</td><td nowrap="">13749</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84830682</td><td nowrap="">34,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:57</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="8"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/02/2021 16:15:56</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101057291" onclick="javascript:showProgress();">Case </a></td><td>6/12fl Black Thumb GARLIC MAYO PLANT BASED</td><td>Black Thumb</td><td><label title="GTIN_14
  2590  ">10077661167479</label></td><td>10077661167479</td><td nowrap="">16747</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101057291" onclick="javascript:showProgress();">Each </a></td><td>12fl Black Thumb GARLIC MAYO PLANT BASED</td><td>Black Thumb</td><td><label title="GTIN_12
  2591  ">077661167472</label></td><td>00077661167472</td><td nowrap="">16747</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="13"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>04/02/2021 16:15:54</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101055697" onclick="javascript:showProgress();">Case </a></td><td>6/10OZ Black Thumb AVOCADO DIP</td><td>Black Thumb</td><td><label title="GTIN_14
  2592  ">10077661167486</label></td><td>10077661167486</td><td nowrap="">16748</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(1).JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101055697" onclick="javascript:showProgress();">Each </a></td><td>10OZ Black Thumb AVOCADO DIP</td><td>Black Thumb</td><td><label title="GTIN_12
  2593  ">077661167489</label></td><td>00077661167489</td><td nowrap="">16748</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="323"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/26/2021 07:28:40</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339592" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian LITE BLUE CHEESE DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2594  ">10077661007133</label></td><td>10077661007133</td><td nowrap="">11680</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,27,17,29,30,20,65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:26</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339592" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian LITE BLUE CHEESE DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2595  ">077661007136</label></td><td>00077661007136</td><td nowrap="">11680</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,27,17,29,30,20,65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:26</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="248"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/25/2021 07:41:50</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869962942" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian AYO AVOCADO CILANTRO DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2596  ">10077661147327</label></td><td>10077661147327</td><td nowrap="">14732</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850515</td><td nowrap="">25,05,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869962942" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian AYO AVOCADO CILANTRO DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2597  ">077661147320</label></td><td>00077661147320</td><td nowrap="">14732</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850515</td><td nowrap="">25,05,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:09</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="264"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/23/2021 08:18:22</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869960094" onclick="javascript:showProgress();">Case </a></td><td>6/11FL AYO BY Obsidian RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2598  ">10077661139483</label></td><td>10077661139483</td><td nowrap="">13948</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850194</td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869960094" onclick="javascript:showProgress();">Each </a></td><td>11FL AYO BY Obsidian RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2599  ">077661139486</label></td><td>00077661139486</td><td nowrap="">13948</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850194</td><td nowrap="">05,27,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:01</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="14"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/19/2021 11:06:45</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101055504" onclick="javascript:showProgress();">Case </a></td><td>6/9fl Obsidian Off Kilter BASIL LEMON DRESSING</td><td>Off Kilter</td><td><label title="GTIN_14
  2600  ">10077661166885</label></td><td>10077661166885</td><td nowrap="">16688</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850323</td><td nowrap="">17,30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101055504" onclick="javascript:showProgress();">Each </a></td><td>9fl Obsidian Off Kilter BASIL LEMON DRESSING</td><td>Off Kilter</td><td><label title="GTIN_12
  2601  ">077661166888</label></td><td>00077661166888</td><td nowrap="">16688</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850323</td><td nowrap="">17,30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="15"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/19/2021 11:06:45</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101055115" onclick="javascript:showProgress();">Case </a></td><td>6/9fl Obsidian Off Kilter GARLIC CAESAR DRESSING</td><td>Off Kilter</td><td><label title="GTIN_14
  2602  ">10077661166861</label></td><td>10077661166861</td><td nowrap="">16686</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850272</td><td nowrap="">17,30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101055115" onclick="javascript:showProgress();">Each </a></td><td>9fl Obsidian Off Kilter GARLIC CAESAR DRESSING</td><td>Off Kilter</td><td><label title="GTIN_12
  2603  ">077661166864</label></td><td>00077661166864</td><td nowrap="">16686</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850272</td><td nowrap="">17,30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="249"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/19/2021 07:33:28</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869962780" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian AYO TZATZIKI RANCH</td><td>Obsidian</td><td><label title="GTIN_14
  2604  ">10077661147310</label></td><td>10077661147310</td><td nowrap="">14731</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850512</td><td nowrap="">25,05,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869962780" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian AYO TZATZIKI RANCH</td><td>Obsidian</td><td><label title="GTIN_12
  2605  ">077661147313</label></td><td>00077661147313</td><td nowrap="">14731</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850512</td><td nowrap="">25,05,17,29,19,30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:09</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="167"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 15:10:15</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632281193" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER 24 US POUL/BAS/CHI</td><td>Obsidian</td><td><label title="GTIN_14
  2606  ">10077661129279</label></td><td>10077661129279</td><td nowrap="">12927</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410310</td><td nowrap="">33,34,32</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:07:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632281193" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2607  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410310</td><td nowrap="">33,34,32</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:07:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335956_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632281193" onclick="javascript:showProgress();">Each </a></td><td>0.25 oz Obsidian INSTANTLY FRESH HERB CHIVES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2608  ">077661335956</label></td><td>00077661335956</td><td nowrap="">11061</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410310</td><td nowrap="">33,34,32</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:07:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/12047-PoultryBlend.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=5632281193" onclick="javascript:showProgress();">Each </a></td><td>.46OZ Obsidian INSTANTLY FRESH POULTRY HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2609  ">077661120477</label></td><td>00077661120477</td><td nowrap="">12047</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410310</td><td nowrap="">33,34,32</td><td nowrap="">US</td><td nowrap="">08/22/2017 11:07:09</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="127"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 15:10:12</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9252743970" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER HOLIDAY POULTRY US HERB</td><td>Obsidian</td><td><label title="GTIN_14
  2610  ">10077661140083</label></td><td>10077661140083</td><td nowrap="">14008</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410648</td><td nowrap="">25,05,17</td><td nowrap="">US</td><td nowrap="">09/24/2018 12:21:24</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335963_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9252743970" onclick="javascript:showProgress();">Each </a></td><td>.3OZ Obsidian INSTANTLY FRESH HERB PARSLEY</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2611  ">077661335963</label></td><td>00077661335963</td><td nowrap="">11067</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410648</td><td nowrap="">25,05,17</td><td nowrap="">US</td><td nowrap="">09/24/2018 12:21:24</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/12047-PoultryBlend.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9252743970" onclick="javascript:showProgress();">Each </a></td><td>.46OZ Obsidian INSTANTLY FRESH POULTRY HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2612  ">077661120477</label></td><td>00077661120477</td><td nowrap="">12047</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410648</td><td nowrap="">25,05,17</td><td nowrap="">US</td><td nowrap="">09/24/2018 12:21:24</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335956_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9252743970" onclick="javascript:showProgress();">Each </a></td><td>0.25 oz Obsidian INSTANTLY FRESH HERB CHIVES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2613  ">077661335956</label></td><td>00077661335956</td><td nowrap="">11061</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410648</td><td nowrap="">25,05,17</td><td nowrap="">US</td><td nowrap="">09/24/2018 12:21:24</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9252743970" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2614  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410648</td><td nowrap="">25,05,17</td><td nowrap="">US</td><td nowrap="">09/24/2018 12:21:24</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="24"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 15:10:08</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=16954297834" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER GARLIC/BASIL</td><td>Obsidian</td><td><label title="GTIN_14
  2615  ">00077661166291</label></td><td>00077661166291</td><td nowrap="">16629</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410331</td><td nowrap="">17</td><td nowrap="">US</td><td nowrap="">07/08/2020 14:11:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=16954297834" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2616  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410331</td><td nowrap="">17</td><td nowrap="">US</td><td nowrap="">07/08/2020 14:11:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=16954297834" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2617  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410331</td><td nowrap="">17</td><td nowrap="">US</td><td nowrap="">07/08/2020 14:11:07</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="147"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 15:09:57</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/HERBSHIPPER-SUMMERGRLLING-WHITE.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7765287461" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER HERB SUMMER GRILL</td><td>Obsidian</td><td><label title="GTIN_14
  2618  ">10077661155506</label></td><td>10077661155506</td><td nowrap="">15550</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410510</td><td nowrap="">33,34,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">05/03/2018 12:49:33</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336304_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7765287461" onclick="javascript:showProgress();">Each </a></td><td>0.35OZ Obsidian INSTANTLY FRESH HERB DILL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2619  ">077661336304</label></td><td>00077661336304</td><td nowrap="">11062</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410510</td><td nowrap="">33,34,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">05/03/2018 12:49:33</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335987_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7765287461" onclick="javascript:showProgress();">Each </a></td><td>0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2620  ">077661335987</label></td><td>00077661335987</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410510</td><td nowrap="">33,34,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">05/03/2018 12:49:33</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7765287461" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2621  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410510</td><td nowrap="">33,34,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">05/03/2018 12:49:33</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7765287461" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2622  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410510</td><td nowrap="">33,34,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">05/03/2018 12:49:33</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="179"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 15:09:54</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3106097810" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER 32 US HERB</td><td>Obsidian</td><td><label title="GTIN_12
  2623  ">077661150283</label></td><td>00077661150283</td><td nowrap="">15028</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">08/24/2016 12:46:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/12047-PoultryBlend.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3106097810" onclick="javascript:showProgress();">Each </a></td><td>.46OZ Obsidian INSTANTLY FRESH POULTRY HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2624  ">077661120477</label></td><td>00077661120477</td><td nowrap="">12047</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">08/24/2016 12:46:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661139783_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3106097810" onclick="javascript:showProgress();">Each </a></td><td>0.52oz Obsidian INSTANTLY FRESH HERB THYME</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2625  ">077661139783</label></td><td>00077661139783</td><td nowrap="">13978</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">08/24/2016 12:46:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661139813_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3106097810" onclick="javascript:showProgress();">Each </a></td><td>0.31oz Obsidian INSTANTLY FRESH HERB SAGE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2626  ">077661139813</label></td><td>00077661139813</td><td nowrap="">13981</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">08/24/2016 12:46:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3106097810" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2627  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">08/24/2016 12:46:00</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="106"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 15:09:49</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10641827382" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER GUACAMOLE HERB MIXED</td><td>Obsidian</td><td><label title="GTIN_12
  2628  ">077661147948</label></td><td>00077661147948</td><td nowrap="">14794</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,29,19</td><td nowrap="">US</td><td nowrap="">02/04/2019 10:12:17</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661147535_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10641827382" onclick="javascript:showProgress();">Each </a></td><td>0.85OZ Obsidian INSTANTLY FRESH HERB GUACAMOLE BLEND</td><td>Obsidian</td><td><label title="GTIN_12
  2629  ">077661147535</label></td><td>00077661147535</td><td nowrap="">14753</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,29,19</td><td nowrap="">US</td><td nowrap="">02/04/2019 10:12:17</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10641827382" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2630  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,29,19</td><td nowrap="">US</td><td nowrap="">02/04/2019 10:12:17</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335987_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10641827382" onclick="javascript:showProgress();">Each </a></td><td>0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2631  ">077661335987</label></td><td>00077661335987</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,29,19</td><td nowrap="">US</td><td nowrap="">02/04/2019 10:12:17</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="162"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 15:09:45</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7144863855" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER US PRIME RIB HERB</td><td>Obsidian</td><td><label title="GTIN_12
  2632  ">077661138274</label></td><td>00077661138274</td><td nowrap="">13827</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410424</td><td nowrap="">33,34,25,05</td><td nowrap="">US</td><td nowrap="">02/28/2018 13:15:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335987_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7144863855" onclick="javascript:showProgress();">Each </a></td><td>0.6OZ Obsidian INSTANTLY FRESH HERB RED ONION</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2633  ">077661335987</label></td><td>00077661335987</td><td nowrap="">11069</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410424</td><td nowrap="">33,34,25,05</td><td nowrap="">US</td><td nowrap="">02/28/2018 13:15:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336250_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7144863855" onclick="javascript:showProgress();">Each </a></td><td>0.28ozObsidian INSTANTLY FRESH HERB BASIL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2634  ">077661336250</label></td><td>00077661336250</td><td nowrap="">11059</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410424</td><td nowrap="">33,34,25,05</td><td nowrap="">US</td><td nowrap="">02/28/2018 13:15:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7144863855" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2635  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410424</td><td nowrap="">33,34,25,05</td><td nowrap="">US</td><td nowrap="">02/28/2018 13:15:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="355"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 14:10:52</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334552" onclick="javascript:showProgress();">Case </a></td><td>6/.25OZ Obsidian INSTANTLY FRESH HERB CHIVES</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2636  ">10077661335953</label></td><td>10077661335953</td><td nowrap="">11061</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410125</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335956_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334552" onclick="javascript:showProgress();">Each </a></td><td>0.25 oz Obsidian INSTANTLY FRESH HERB CHIVES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2637  ">077661335956</label></td><td>00077661335956</td><td nowrap="">11061</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410125</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:01</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="39"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 14:10:42</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12626381810" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER IDAHO POTATO HOLIDAY HERB</td><td>Obsidian</td><td><label title="GTIN_14
  2638  ">00077661162033</label></td><td>00077661162033</td><td nowrap="">16203</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410104</td><td nowrap="">27,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 15:21:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335963_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12626381810" onclick="javascript:showProgress();">Each </a></td><td>.3OZ Obsidian INSTANTLY FRESH HERB PARSLEY</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2639  ">077661335963</label></td><td>00077661335963</td><td nowrap="">11067</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410104</td><td nowrap="">27,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 15:21:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12626381810" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2640  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410104</td><td nowrap="">27,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 15:21:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661335956_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12626381810" onclick="javascript:showProgress();">Each </a></td><td>0.25 oz Obsidian INSTANTLY FRESH HERB CHIVES</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2641  ">077661335956</label></td><td>00077661335956</td><td nowrap="">11061</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410104</td><td nowrap="">27,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 15:21:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/12047-PoultryBlend.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12626381810" onclick="javascript:showProgress();">Each </a></td><td>.46OZ Obsidian INSTANTLY FRESH POULTRY HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2642  ">077661120477</label></td><td>00077661120477</td><td nowrap="">12047</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410104</td><td nowrap="">27,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 15:21:00</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="145"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 14:10:25</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8620832402" onclick="javascript:showProgress();">Display </a></td><td>SHIPPER GUACAMOLE HERB</td><td>Obsidian</td><td><label title="GTIN_12
  2643  ">077661147931</label></td><td>00077661147931</td><td nowrap="">14793</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84890168</td><td nowrap="">29,32</td><td nowrap="">US</td><td nowrap="">07/23/2018 13:10:41</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661147535_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8620832402" onclick="javascript:showProgress();">Each </a></td><td>0.85OZ Obsidian INSTANTLY FRESH HERB GUACAMOLE BLEND</td><td>Obsidian</td><td><label title="GTIN_12
  2644  ">077661147535</label></td><td>00077661147535</td><td nowrap="">14753</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84890168</td><td nowrap="">29,32</td><td nowrap="">US</td><td nowrap="">07/23/2018 13:10:41</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="51"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 14:10:21</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833861847" onclick="javascript:showProgress();">Case </a></td><td>6/0.85OZ Obsidian INSTANTLY FRESH HERB GUACAMOLE BLEND</td><td>Obsidian</td><td><label title="GTIN_14
  2645  ">10077661147532</label></td><td>10077661147532</td><td nowrap="">14753</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84890156</td><td nowrap="">05,29,32</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:11:18</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661147535_A1N1.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833861847" onclick="javascript:showProgress();">Each </a></td><td>0.85OZ Obsidian INSTANTLY FRESH HERB GUACAMOLE BLEND</td><td>Obsidian</td><td><label title="GTIN_12
  2646  ">077661147535</label></td><td>00077661147535</td><td nowrap="">14753</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84890156</td><td nowrap="">05,29,32</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:11:18</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="345"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/18/2021 08:04:28</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336202" onclick="javascript:showProgress();">Case </a></td><td>6/15.5FL Obsidian AVOCADO DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2647  ">10077661114022</label></td><td>10077661114022</td><td nowrap="">11402</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860090</td><td nowrap="">25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336202" onclick="javascript:showProgress();">Each </a></td><td>15.5FL Obsidian AVOCADO DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2648  ">077661114025</label></td><td>00077661114025</td><td nowrap="">11402</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860090</td><td nowrap="">25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:07</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="175"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/17/2021 07:41:14</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3132882894" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian AYO JALAPENO RANCH DRESSING</td><td>AYO BY Obsidian</td><td><label title="GTIN_14
  2649  ">10077661150037</label></td><td>10077661150037</td><td nowrap="">15003</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,30</td><td nowrap="">US</td><td nowrap="">08/29/2016 12:13:35</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3132882894" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian AYO JALAPENO RANCH DRESSING</td><td>AYO BY Obsidian</td><td><label title="GTIN_12
  2650  ">077661150030</label></td><td>00077661150030</td><td nowrap="">15003</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,30</td><td nowrap="">US</td><td nowrap="">08/29/2016 12:13:35</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="251"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/15/2021 07:25:52</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869962456" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian AYO STRAWBERRY POPPYSEED</td><td>Obsidian</td><td><label title="GTIN_14
  2651  ">10077661147297</label></td><td>10077661147297</td><td nowrap="">14729</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850279</td><td nowrap="">05,17,29,30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869962456" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian AYO STRAWBERRY POPPYSEED</td><td>Obsidian</td><td><label title="GTIN_12
  2652  ">077661147290</label></td><td>00077661147290</td><td nowrap="">14729</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850279</td><td nowrap="">05,17,29,30</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="174"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/07/2021 19:13:32</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3132883096" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian AYO FETA DILL</td><td>AYO BY Obsidian</td><td><label title="GTIN_14
  2653  ">10077661149994</label></td><td>10077661149994</td><td nowrap="">14999</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850632</td><td nowrap="">25,05,17,30,20,65</td><td nowrap="">US</td><td nowrap="">08/29/2016 12:13:35</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=3132883096" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian AYO FETA DILL DRESSING</td><td>AYO BY Obsidian</td><td><label title="GTIN_12
  2654  ">077661149997</label></td><td>00077661149997</td><td nowrap="">14999</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850632</td><td nowrap="">25,05,17,30,20,65</td><td nowrap="">US</td><td nowrap="">08/29/2016 12:13:35</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="326"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/07/2021 19:02:28</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339106" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian HONEY MUSTARD DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2655  ">10077661015138</label></td><td>10077661015138</td><td nowrap="">14070</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850341</td><td nowrap="">25,05,27,17,29,30,20,65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:24</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339106" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian HONEY MUSTARD DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2656  ">077661015131</label></td><td>00077661015131</td><td nowrap="">14070</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850341</td><td nowrap="">25,05,27,17,29,30,20,65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:24</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="331"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/07/2021 00:18:13</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338343" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian SALSA RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2657  ">10077661044138</label></td><td>10077661044138</td><td nowrap="">10214</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,17,29,19,30,20,65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:17</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834338343" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian SALSA RANCH</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2658  ">077661044131</label></td><td>00077661044131</td><td nowrap="">10214</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">25,05,17,29,19,30,20,65</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:17</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="342"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 20:02:41</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336661" onclick="javascript:showProgress();">Case </a></td><td>6/15.5FL Obsidian DILLY DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2659  ">10077661113988</label></td><td>10077661113988</td><td nowrap="">11398</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860010</td><td nowrap="">33,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336661" onclick="javascript:showProgress();">Each </a></td><td>15.5FL Obsidian DILLY DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2660  ">077661113981</label></td><td>00077661113981</td><td nowrap="">11398</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84860010</td><td nowrap="">33,25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:09</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="41"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 20:02:38</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12623384733" onclick="javascript:showProgress();">Case </a></td><td>6/20fl Obsidian DILL RANCH DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2661  ">10077661162061</label></td><td>10077661162061</td><td nowrap="">16206</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850136</td><td nowrap="">05,27,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 12:41:31</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12623384733" onclick="javascript:showProgress();">Each </a></td><td>20fl Obsidian DILL RANCH DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2662  ">077661162064</label></td><td>00077661162064</td><td nowrap="">16206</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850136</td><td nowrap="">05,27,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 12:41:31</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="314"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 18:46:12</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834341003" onclick="javascript:showProgress();">Case </a></td><td>6/0.52oz Obsidian INSTANTLY FRESH HERB THYME</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2663  ">10077661139780</label></td><td>10077661139780</td><td nowrap="">13978</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410279</td><td nowrap="">33,25,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:35</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661139783_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834341003" onclick="javascript:showProgress();">Each </a></td><td>0.52oz Obsidian INSTANTLY FRESH HERB THYME</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2664  ">077661139783</label></td><td>00077661139783</td><td nowrap="">13978</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410279</td><td nowrap="">33,25,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:35</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="341"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 16:46:10</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336814" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian RED WINE &amp; OLIVE OIL VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2665  ">10077661112523</label></td><td>10077661112523</td><td nowrap="">11252</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850154</td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336814" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian RED WINE &amp; OLIVE OIL VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2666  ">077661112526</label></td><td>00077661112526</td><td nowrap="">11252</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850154</td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:09</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="40"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 16:23:11</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12623385154" onclick="javascript:showProgress();">Case </a></td><td>6/13FL LITEHOUS AVOCADO RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2667  ">10077661161859</label></td><td>10077661161859</td><td nowrap="">16185</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850918</td><td nowrap="">25,17,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 12:41:32</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12623385154" onclick="javascript:showProgress();">Each </a></td><td>13FL LITEHOUS AVOCADO RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2668  ">077661161852</label></td><td>00077661161852</td><td nowrap="">16185</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850918</td><td nowrap="">25,17,19,30</td><td nowrap="">US</td><td nowrap="">07/30/2019 12:41:32</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="163"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 13:42:09</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=6137704341" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian MANGO HABANERO VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_14
  2669  ">10077661148119</label></td><td>10077661148119</td><td nowrap="">14811</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850552</td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">10/30/2017 14:19:50</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=6137704341" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian MANGO HABANERO VINAIGRETTE</td><td>Obsidian</td><td><label title="GTIN_12
  2670  ">077661148112</label></td><td>00077661148112</td><td nowrap="">14811</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850552</td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">10/30/2017 14:19:50</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="325"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 10:04:05</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339262" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian COLESLAW DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2671  ">10077661014131</label></td><td>10077661014131</td><td nowrap="">12470</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850217</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:24</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339262" onclick="javascript:showProgress();">Each </a></td><td>13fl Obsidian COLESLAW DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2672  ">077661014134</label></td><td>00077661014134</td><td nowrap="">12470</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850217</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:24</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="322"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 08:13:16</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339745" onclick="javascript:showProgress();">Case </a></td><td>6/13FL Obsidian SIGNATURE RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2673  ">10077661004125</label></td><td>10077661004125</td><td nowrap="">16856</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850076</td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:27</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834339745" onclick="javascript:showProgress();">Each </a></td><td>13FL Obsidian SIGNATURE RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2674  ">077661004128</label></td><td>00077661004128</td><td nowrap="">16856</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850076</td><td nowrap="">25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:27</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="95"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Withdrawn</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>03/06/2021 08:11:27</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11141141355" onclick="javascript:showProgress();">Case </a></td><td>72/1.4OZ Obsidian CHOCOLATE DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2675  ">10077661143923</label></td><td>10077661143923</td><td nowrap="">14392</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">20</td><td nowrap="">US</td><td nowrap="">03/20/2019 13:31:14</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11141141355" onclick="javascript:showProgress();">Each </a></td><td>1.4OZ Obsidian CHOCOLATE DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2676  ">077661143926</label></td><td>00077661143926</td><td nowrap="">14392</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">20</td><td nowrap="">US</td><td nowrap="">03/20/2019 13:31:14</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="100"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/26/2021 08:20:58</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10785441136" onclick="javascript:showProgress();">Case </a></td><td>48/1.4oz Obsidian CHOCOLATE DIP</td><td>Obsidian</td><td><label title="GTIN_14
  2677  ">10077661158934</label></td><td>10077661158934</td><td nowrap="">15893</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981684</td><td nowrap="">33,34,25,05,27,20</td><td nowrap="">US</td><td nowrap="">02/19/2019 10:12:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(2).JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=10785441136" onclick="javascript:showProgress();">Each </a></td><td>1.4oz Obsidian CHOCOLATE DIP</td><td>Obsidian</td><td><label title="GTIN_12
  2678  ">077661158937</label></td><td>00077661158937</td><td nowrap="">15893</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981684</td><td nowrap="">33,34,25,05,27,20</td><td nowrap="">US</td><td nowrap="">02/19/2019 10:12:58</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="48"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/26/2021 08:12:28</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833865915" onclick="javascript:showProgress();">Case </a></td><td>24/8FL Obsidian MEDIUM SALSA</td><td>Obsidian</td><td><label title="GTIN_14
  2679  ">10077661085001</label></td><td>10077661085001</td><td nowrap="">17615</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981036</td><td nowrap="">05,27,19,30,20</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:11:27</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833865915" onclick="javascript:showProgress();">Each </a></td><td>8FL Obsidian MEDIUM SALSA DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2680  ">077661085004</label></td><td>00077661085004</td><td nowrap="">17615</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84981036</td><td nowrap="">05,27,19,30,20</td><td nowrap="">US</td><td nowrap="">05/20/2019 14:11:27</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="137"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/26/2021 08:12:26</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8904828250" onclick="javascript:showProgress();">Display </a></td><td>48/16OZ ORIGINAL-36 LOWFAT-12</td><td>Obsidian</td><td><label title="GTIN_14
  2681  ">10077661117160</label></td><td>10077661117160</td><td nowrap="">11716</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870078</td><td nowrap="">33,05,17,19</td><td nowrap="">US</td><td nowrap="">08/21/2018 14:14:27</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111567_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8904828250" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian LOW-FAT CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2682  ">077661111567</label></td><td>00077661111567</td><td nowrap="">11156</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870078</td><td nowrap="">33,05,17,19</td><td nowrap="">US</td><td nowrap="">08/21/2018 14:14:27</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111390_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8904828250" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian ORIGINAL CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2683  ">077661111390</label></td><td>00077661111390</td><td nowrap="">11139</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870078</td><td nowrap="">33,05,17,19</td><td nowrap="">US</td><td nowrap="">08/21/2018 14:14:27</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="140"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/19/2021 19:10:09</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8770569759" onclick="javascript:showProgress();">Display </a></td><td>CARAMEL SHIPPER US #1 TUB/SLEEVE</td><td>Obsidian</td><td><label title="GTIN_14
  2684  ">10077661117306</label></td><td>10077661117306</td><td nowrap="">11730</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap=""></td><td nowrap="">US</td><td nowrap="">08/09/2018 12:57:32</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111390_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8770569759" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian ORIGINAL CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2685  ">077661111390</label></td><td>00077661111390</td><td nowrap="">11139</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap=""></td><td nowrap="">US</td><td nowrap="">08/09/2018 12:57:32</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111581_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8770569759" onclick="javascript:showProgress();">Each </a></td><td>6/57g Obsidian Trempette au caramel Originale</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2686  ">077661111581</label></td><td>00077661111581</td><td nowrap="">11678</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap=""></td><td nowrap="">US</td><td nowrap="">08/09/2018 12:57:32</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="37"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/19/2021 19:10:08</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12655920132" onclick="javascript:showProgress();">Display </a></td><td>48-6/2oz ORIGINAL -36 LOW FAT-12</td><td>Obsidian</td><td><label title="GTIN_14
  2687  ">10077661117214</label></td><td>10077661117214</td><td nowrap="">11721</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870076</td><td nowrap="">34,19,30</td><td nowrap="">US</td><td nowrap="">08/01/2019 16:30:48</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111598_C1N1.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12655920132" onclick="javascript:showProgress();">Each </a></td><td>6/57g Obsidian Trempette au caramel Faible en gras</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2688  ">077661111598</label></td><td>00077661111598</td><td nowrap="">11679</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870076</td><td nowrap="">34,19,30</td><td nowrap="">US</td><td nowrap="">08/01/2019 16:30:48</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111581_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12655920132" onclick="javascript:showProgress();">Each </a></td><td>6/57g Obsidian Trempette au caramel Originale</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2689  ">077661111581</label></td><td>00077661111581</td><td nowrap="">11678</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870076</td><td nowrap="">34,19,30</td><td nowrap="">US</td><td nowrap="">08/01/2019 16:30:48</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="38"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/19/2021 19:10:07</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12655918645" onclick="javascript:showProgress();">Display </a></td><td>48-6/2oz ORIGINAL CARAMEL</td><td>Obsidian</td><td><label title="GTIN_14
  2690  ">10077661117238</label></td><td>10077661117238</td><td nowrap="">11723</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870066</td><td nowrap="">34,30</td><td nowrap="">US</td><td nowrap="">08/01/2019 16:30:44</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111581_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12655918645" onclick="javascript:showProgress();">Each </a></td><td>6/57g Obsidian Trempette au caramel Originale</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2691  ">077661111581</label></td><td>00077661111581</td><td nowrap="">11678</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870066</td><td nowrap="">34,30</td><td nowrap="">US</td><td nowrap="">08/01/2019 16:30:44</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="234"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/19/2021 19:10:06</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869965190" onclick="javascript:showProgress();">Case </a></td><td>12-6/2oz Obsidian ORIGINAL CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2692  ">20077661111585</label></td><td>20077661111585</td><td nowrap="">11678</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870087</td><td nowrap="">33,34,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:20</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111581_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869965190" onclick="javascript:showProgress();">Each </a></td><td>6/57g Obsidian Trempette au caramel Originale</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2693  ">077661111581</label></td><td>00077661111581</td><td nowrap="">11678</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870087</td><td nowrap="">33,34,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:20</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="143"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/19/2021 19:10:05</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8714006146" onclick="javascript:showProgress();">Display </a></td><td>Obsidian CARAMEL SHIPPER ORIGINAL/PUMPKIN #1</td><td>Obsidian</td><td><label title="GTIN_14
  2694  ">00077661156773</label></td><td>00077661156773</td><td nowrap="">15677</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,17,29,19,32</td><td nowrap="">US</td><td nowrap="">08/02/2018 16:10:57</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/PUMPKIN SPICE TUB 2018.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8714006146" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian PUMPKIN CARAMEL</td><td>Obsidian</td><td><label title="GTIN_12
  2695  ">077661156339</label></td><td>00077661156339</td><td nowrap="">15633</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,17,29,19,32</td><td nowrap="">US</td><td nowrap="">08/02/2018 16:10:57</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111581_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8714006146" onclick="javascript:showProgress();">Each </a></td><td>6/57g Obsidian Trempette au caramel Originale</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2696  ">077661111581</label></td><td>00077661111581</td><td nowrap="">11678</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,17,29,19,32</td><td nowrap="">US</td><td nowrap="">08/02/2018 16:10:57</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="363"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/19/2021 17:36:02</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834333290" onclick="javascript:showProgress();">Case </a></td><td>12-6/2oz LH LF CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2697  ">60077661111590</label></td><td>60077661111590</td><td nowrap="">11679</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870072</td><td nowrap="">34,05,27,17,19,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:54</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111598_C1N1.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834333290" onclick="javascript:showProgress();">Each </a></td><td>6/57g Obsidian Trempette au caramel Faible en gras</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2698  ">077661111598</label></td><td>00077661111598</td><td nowrap="">11679</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870072</td><td nowrap="">34,05,27,17,19,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:54</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="43"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/11/2021 12:05:21</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12249902954" onclick="javascript:showProgress();">Display </a></td><td>48/16oz ORIGINAL CARAMEL</td><td>Obsidian</td><td><label title="GTIN_14
  2699  ">10077661117184</label></td><td>10077661117184</td><td nowrap="">11718</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870014</td><td nowrap="">33,27,17,30</td><td nowrap="">US</td><td nowrap="">06/24/2019 11:06:32</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111390_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=12249902954" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian ORIGINAL CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2700  ">077661111390</label></td><td>00077661111390</td><td nowrap="">11139</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870014</td><td nowrap="">33,27,17,30</td><td nowrap="">US</td><td nowrap="">06/24/2019 11:06:32</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="335"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/11/2021 12:05:20</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834337732" onclick="javascript:showProgress();">Case </a></td><td>12/16oz Obsidian ORIGINAL CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2701  ">10077661111397</label></td><td>10077661111397</td><td nowrap="">11139</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870007</td><td nowrap="">33,34,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:13</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111390_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834337732" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian ORIGINAL CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2702  ">077661111390</label></td><td>00077661111390</td><td nowrap="">11139</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870007</td><td nowrap="">33,34,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:13</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="138"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>02/11/2021 12:05:19</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8837133755" onclick="javascript:showProgress();">Display </a></td><td>CARAMEL SHIPPER Obsidian ORIGINAL CARAMEL/PUMPKIN #2</td><td>Obsidian</td><td><label title="GTIN_12
  2703  ">077661157275</label></td><td>00077661157275</td><td nowrap="">15727</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,27,17,29,19,30,32</td><td nowrap="">US</td><td nowrap="">08/15/2018 10:16:18</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/PUMPKIN SPICE TUB 2018.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/node.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8837133755" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian PUMPKIN CARAMEL</td><td>Obsidian</td><td><label title="GTIN_12
  2704  ">077661156339</label></td><td>00077661156339</td><td nowrap="">15633</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,27,17,29,19,30,32</td><td nowrap="">US</td><td nowrap="">08/15/2018 10:16:18</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661111390_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8837133755" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian ORIGINAL CARAMEL</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2705  ">077661111390</label></td><td>00077661111390</td><td nowrap="">11139</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">33,25,05,27,17,29,19,30,32</td><td nowrap="">US</td><td nowrap="">08/15/2018 10:16:18</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="121"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/23/2021 08:17:01</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732420525" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian ORGANIC CAESAR DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2706  ">10077661157593</label></td><td>10077661157593</td><td nowrap="">15759</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850851</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:15</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732420525" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian ORGANIC CAESAR DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2707  ">077661157596</label></td><td>00077661157596</td><td nowrap="">15759</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850851</td><td nowrap="">33,34,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:15</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="29"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process - Supplier</b></td> <td width="33%">Assigned To:<br><b>Collin Kindred</b></td> <td width="33%">Date Last Updated:<br><b>01/22/2021 11:31:57</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=14289974379" onclick="javascript:showProgress();">Case </a></td><td>6/12fl O ORGANICS RASPBERRY POPPYSEED DRESSING</td><td>O ORGANICS</td><td><label title="GTIN_14
  2708  ">10079893122806</label></td><td>10079893122806</td><td nowrap="">16196</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap=""></td><td nowrap="">US</td><td nowrap="">12/12/2019 04:18:33</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=14289974379" onclick="javascript:showProgress();">Each </a></td><td>12fl O ORGANICS RASPBERRY POPPYSEED DRESSING</td><td>O ORGANICS</td><td><label title="GTIN_12
  2709  ">079893122809</label></td><td>00079893122809</td><td nowrap="">16196</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap=""></td><td nowrap="">US</td><td nowrap="">12/12/2019 04:18:33</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="10"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:56:36</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056787" onclick="javascript:showProgress();">Case </a></td><td>6/10OZ Black Thumb ONION DIP</td><td>Black Thumb</td><td><label title="GTIN_14
  2710  ">10077661167516</label></td><td>10077661167516</td><td nowrap="">16751</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:18</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(3).JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056787" onclick="javascript:showProgress();">Each </a></td><td>10OZ Black Thumb ONION DIP</td><td>Black Thumb</td><td><label title="GTIN_12
  2711  ">077661167519</label></td><td>00077661167519</td><td nowrap="">16751</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:18</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="11"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:56:03</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056597" onclick="javascript:showProgress();">Case </a></td><td>6/10OZ Black Thumb SPINACH DIP</td><td>Black Thumb</td><td><label title="GTIN_14
  2712  ">10077661167509</label></td><td>10077661167509</td><td nowrap="">16750</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:09</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(4).JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056597" onclick="javascript:showProgress();">Each </a></td><td>10OZ Black Thumb SPINACH DIP</td><td>Black Thumb</td><td><label title="GTIN_12
  2713  ">077661167502</label></td><td>00077661167502</td><td nowrap="">16750</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:09</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="12"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:53:10</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056117" onclick="javascript:showProgress();">Case </a></td><td>6/10OZ Black Thumb RANCH DIP</td><td>Black Thumb</td><td><label title="GTIN_14
  2714  ">10077661167493</label></td><td>10077661167493</td><td nowrap="">16749</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(5).JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056117" onclick="javascript:showProgress();">Each </a></td><td>10OZ Black Thumb RANCH DIP</td><td>Black Thumb</td><td><label title="GTIN_12
  2715  ">077661167496</label></td><td>00077661167496</td><td nowrap="">16749</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="9"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:51:19</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056980" onclick="javascript:showProgress();">Case </a></td><td>6/12fl Black Thumb MAYO PLANT BASED</td><td>Black Thumb</td><td><label title="GTIN_14
  2716  ">10077661167462</label></td><td>10077661167462</td><td nowrap="">16746</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(6).jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101056980" onclick="javascript:showProgress();">Each </a></td><td>12fl Black Thumb MAYO PLANT BASED</td><td>Black Thumb</td><td><label title="GTIN_12
  2717  ">077661167465</label></td><td>00077661167465</td><td nowrap="">16746</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="19"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:50:31</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101052648" onclick="javascript:showProgress();">Case </a></td><td>6/8fFL Black Thumb CAESAR DRESSING</td><td>Black Thumb</td><td><label title="GTIN_14
  2718  ">10077661167448</label></td><td>10077661167448</td><td nowrap="">16744</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:07</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(7).jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101052648" onclick="javascript:showProgress();">Each </a></td><td>8FL Black Thumb CAESAR DRESSING</td><td>Black Thumb</td><td><label title="GTIN_12
  2719  ">077661167441</label></td><td>00077661167441</td><td nowrap="">16744</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:07</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="3"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:49:58</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101059243" onclick="javascript:showProgress();">Case </a></td><td>6/8FL Black Thumb CILANTRO JALAPENO</td><td>Black Thumb</td><td><label title="GTIN_14
  2720  ">10077661167431</label></td><td>10077661167431</td><td nowrap="">16743</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:20</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(8).jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101059243" onclick="javascript:showProgress();">Each </a></td><td>8FL Black Thumb CILANTRO JALAPENO</td><td>Black Thumb</td><td><label title="GTIN_12
  2721  ">077661167434</label></td><td>00077661167434</td><td nowrap="">16743</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:20</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="4"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:49:17</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101059050" onclick="javascript:showProgress();">Case </a></td><td>6/8FL Black Thumb AVOCADO DRESSING</td><td>Black Thumb</td><td><label title="GTIN_14
  2722  ">10077661167424</label></td><td>10077661167424</td><td nowrap="">16742</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661167427_A1N1.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101059050" onclick="javascript:showProgress();">Each </a></td><td>8FL Black Thumb AVOCADO DRESSING</td><td>Black Thumb</td><td><label title="GTIN_12
  2723  ">077661167427</label></td><td>00077661167427</td><td nowrap="">16742</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="5"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:48:35</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101058512" onclick="javascript:showProgress();">Case </a></td><td>6/8FL Black Thumb RANCH DRESSING</td><td>Black Thumb</td><td><label title="GTIN_14
  2724  ">10077661167417</label></td><td>10077661167417</td><td nowrap="">16741</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661167410_A1NA.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101058512" onclick="javascript:showProgress();">Each </a></td><td>8FL Black Thumb RANCH DRESSING</td><td>Black Thumb</td><td><label title="GTIN_12
  2725  ">077661167410</label></td><td>00077661167410</td><td nowrap="">16741</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="6"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:47:55</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101058021" onclick="javascript:showProgress();">Case </a></td><td>6/8FL Black Thumb GREEN GODDESS DRESSING</td><td>Black Thumb</td><td><label title="GTIN_14
  2726  ">10077661167400</label></td><td>10077661167400</td><td nowrap="">16740</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/ImageComingSoon(9).jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101058021" onclick="javascript:showProgress();">Each </a></td><td>8FL Black Thumb GREEN GODDESS DRESSING</td><td>Black Thumb</td><td><label title="GTIN_12
  2727  ">077661167403</label></td><td>00077661167403</td><td nowrap="">16740</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="7"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/18/2021 15:47:16</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101057580" onclick="javascript:showProgress();">Case </a></td><td>6/8FL Black Thumb BLUE CHEESE DRESSING</td><td>Black Thumb</td><td><label title="GTIN_14
  2728  ">10077661167394</label></td><td>10077661167394</td><td nowrap="">16739</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661167397_A1NA.jpg" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=19101057580" onclick="javascript:showProgress();">Each </a></td><td>8FL Black Thumb BLUE CHEESE DRESSING</td><td>Black Thumb</td><td><label title="GTIN_12
  2729  ">077661167397</label></td><td>00077661167397</td><td nowrap="">16739</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">30</td><td nowrap="">US</td><td nowrap="">01/12/2021 14:07:19</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="350"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Withdrawn</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/16/2021 08:18:41</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834335385" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian ORGANIC RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2730  ">10077661114718</label></td><td>10077661114718</td><td nowrap="">11471</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850127</td><td nowrap="">05,27,17,29,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:04</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834335385" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian ORGANIC RANCH DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2731  ">077661114711</label></td><td>00077661114711</td><td nowrap="">11471</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850127</td><td nowrap="">05,27,17,29,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:04</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="271"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/16/2021 08:18:34</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869958965" onclick="javascript:showProgress();">Case </a></td><td>6/89fl Obsidian CIDER GALA</td><td>Obsidian</td><td><label title="GTIN_14
  2732  ">10077661137489</label></td><td>10077661137489</td><td nowrap="">13748</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84830678</td><td nowrap="">25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:57</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661137482_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869958965" onclick="javascript:showProgress();">Each </a></td><td>89fl Obsidian CIDER GALA</td><td>Obsidian</td><td><label title="GTIN_12
  2733  ">077661137482</label></td><td>00077661137482</td><td nowrap="">13748</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84830678</td><td nowrap="">25,05,27,17,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:57</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="346"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Withdrawn</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/16/2021 07:58:52</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336036" onclick="javascript:showProgress();">Case </a></td><td>6/12FL Obsidian ORGANIC BALSAMIC VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2734  ">10077661114473</label></td><td>10077661114473</td><td nowrap="">11447</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850113</td><td nowrap="">05,27,17,29,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:06</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336036" onclick="javascript:showProgress();">Each </a></td><td>12FL Obsidian ORGANIC BALSAMIC VINAIGRETTE</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2735  ">077661114476</label></td><td>00077661114476</td><td nowrap="">11447</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850113</td><td nowrap="">05,27,17,29,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:06</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="358"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/11/2021 12:42:55</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334094" onclick="javascript:showProgress();">Case </a></td><td>6/1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2736  ">10077661336288</label></td><td>10077661336288</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410138</td><td nowrap="">33,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:59</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661336281_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334094" onclick="javascript:showProgress();">Each </a></td><td>1.58OZ Obsidian INSTANTLY FRESH HERB GARLIC</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2737  ">077661336281</label></td><td>00077661336281</td><td nowrap="">11063</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410138</td><td nowrap="">33,25,05,27,17,29,19,30,20,32</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:07:59</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="154"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/11/2021 11:15:57</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7385815717" onclick="javascript:showProgress();">Case </a></td><td>6/11FL Obsidian ORGANIC COLESLAW DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2738  ">10077661154769</label></td><td>10077661154769</td><td nowrap="">15476</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850787</td><td nowrap="">27,19,30,32</td><td nowrap="">US</td><td nowrap="">03/27/2018 11:19:04</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=7385815717" onclick="javascript:showProgress();">Each </a></td><td>11FL Obsidian ORGANIC COLESLAW DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2739  ">077661154762</label></td><td>00077661154762</td><td nowrap="">15476</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850787</td><td nowrap="">27,19,30,32</td><td nowrap="">US</td><td nowrap="">03/27/2018 11:19:04</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="119"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/10/2021 23:48:48</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732421760" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian ORGANIC GINGER HONEY DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2740  ">10077661157579</label></td><td>10077661157579</td><td nowrap="">15757</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850850</td><td nowrap="">33,34,25,05,27,17,29,30,20</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:16</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732421760" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian ORGANIC GINGER HONEY DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2741  ">077661157572</label></td><td>00077661157572</td><td nowrap="">15757</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850850</td><td nowrap="">33,34,25,05,27,17,29,30,20</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:16</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="142"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/09/2021 18:46:53</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/displayship.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8714007058" onclick="javascript:showProgress();">Display </a></td><td>CARAMEL SHIPPER Obsidian 16OZ PUMPKIN</td><td>Obsidian</td><td><label title="GTIN_12
  2742  ">077661157077</label></td><td>00077661157077</td><td nowrap="">15707</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870147</td><td nowrap="">33,25,05,27,17,29,30,20,32</td><td nowrap="">US</td><td nowrap="">08/02/2018 16:10:58</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/PUMPKIN SPICE TUB 2018.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=8714007058" onclick="javascript:showProgress();">Each </a></td><td>16oz Obsidian PUMPKIN CARAMEL</td><td>Obsidian</td><td><label title="GTIN_12
  2743  ">077661156339</label></td><td>00077661156339</td><td nowrap="">15633</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84870147</td><td nowrap="">33,25,05,27,17,29,30,20,32</td><td nowrap="">US</td><td nowrap="">08/02/2018 16:10:58</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="276"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/09/2021 17:57:48</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869958190" onclick="javascript:showProgress();">Case </a></td><td>6/.46OZ Obsidian INSTANTLY FRESH POULTRY HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2744  ">10077661120474</label></td><td>10077661120474</td><td nowrap="">12047</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410168</td><td nowrap="">34,25,05,27,17,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:54</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/12047-PoultryBlend.png" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869958190" onclick="javascript:showProgress();">Each </a></td><td>.46OZ Obsidian INSTANTLY FRESH POULTRY HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2745  ">077661120477</label></td><td>00077661120477</td><td nowrap="">12047</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410168</td><td nowrap="">34,25,05,27,17,30,20,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:06:54</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="52"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/09/2021 11:45:54</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833860870" onclick="javascript:showProgress();">Case </a></td><td>6/11.25FL Obsidian AYO BLUE CHEESE DRESSING</td><td>AYO BY Obsidian</td><td><label title="GTIN_14
  2746  ">10077661150150</label></td><td>10077661150150</td><td nowrap="">15015</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap=""></td><td nowrap="">US</td><td nowrap="">05/20/2019 14:11:15</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=11833860870" onclick="javascript:showProgress();">Each </a></td><td>11.25FL Obsidian AYO BLUE CHEESE DRESSING</td><td>AYO BY Obsidian</td><td><label title="GTIN_12
  2747  ">077661150153</label></td><td>00077661150153</td><td nowrap="">15015</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap=""></td><td nowrap="">US</td><td nowrap="">05/20/2019 14:11:15</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="235"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/08/2021 08:26:07</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869965027" onclick="javascript:showProgress();">Case </a></td><td>8/5oz Overly Complex BLUE CHEESE CENTER CUT</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2748  ">10815441011334</label></td><td>10815441011334</td><td nowrap="">14198</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82043748</td><td nowrap="">33,34,25,05,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:19</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869965027" onclick="javascript:showProgress();">Each </a></td><td>5oz Overly Complex BLUE CHEESE CENTER CUT</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2749  ">815441011337</label></td><td>00815441011337</td><td nowrap="">14198</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82043748</td><td nowrap="">33,34,25,05,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:19</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="356"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/07/2021 10:19:16</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334399" onclick="javascript:showProgress();">Case </a></td><td>6/0.42OZ Obsidian INSTANTLY FRESH SALAD DRESSING HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2750  ">10077661335977</label></td><td>10077661335977</td><td nowrap="">11071</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410492</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:00</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834334399" onclick="javascript:showProgress();">Each </a></td><td>0.42OZ Obsidian INSTANTLY FRESH SALAD DRESSING HERB BLEND</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2751  ">077661335970</label></td><td>00077661335970</td><td nowrap="">11071</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84410492</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:00</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="343"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>01/05/2021 18:04:24</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336508" onclick="javascript:showProgress();">Case </a></td><td>6/15.5FL Obsidian SOUTHWEST JALAPENO RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2752  ">10077661113995</label></td><td>10077661113995</td><td nowrap="">11399</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850135</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:08</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1834336508" onclick="javascript:showProgress();">Each </a></td><td>15.5FL Obsidian SOUTHWEST JALAPENO RANCH DIP</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2753  ">077661113998</label></td><td>00077661113998</td><td nowrap="">11399</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850135</td><td nowrap="">33,25,05,27,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/10/2016 18:08:08</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="265"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>12/27/2020 07:29:40</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869959941" onclick="javascript:showProgress();">Case </a></td><td>6/11FL AYO BY Obsidian BLUE CHEESE DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_14
  2754  ">10077661139476</label></td><td>10077661139476</td><td nowrap="">13947</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850192</td><td nowrap="">05,27,17,19,30,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:01</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1869959941" onclick="javascript:showProgress();">Each </a></td><td>11FL AYO BY Obsidian BLUE CHEESE DRESSING</td><td>Obsidian, Inc</td><td><label title="GTIN_12
  2755  ">077661139479</label></td><td>00077661139479</td><td nowrap="">13947</td><td nowrap="">Obsidian Inc.</td><td nowrap="">84850192</td><td nowrap="">05,27,17,19,30,32</td><td nowrap="">US</td><td nowrap="">02/16/2016 18:07:01</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="224"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>Complete</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>12/25/2020 07:41:01</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1894482372" onclick="javascript:showProgress();">Case </a></td><td>8/5OZ Overly Complex GORGONZOLA CENTER CUT</td><td>Overly Complex RESERVE</td><td><label title="GTIN_14
  2756  ">10815441011341</label></td><td>10815441011341</td><td nowrap="">14199</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82043749</td><td nowrap="">33,25,05,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/19/2016 17:06:59</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=1894482372" onclick="javascript:showProgress();">Each </a></td><td>5OZ Overly Complex GORGONZOLA CENTER CUT</td><td>Overly Complex RESERVE</td><td><label title="GTIN_12
  2757  ">815441011344</label></td><td>00815441011344</td><td nowrap="">14199</td><td nowrap="">Obsidian Inc.</td><td nowrap="">82043749</td><td nowrap="">33,25,05,17,29,19,30,20</td><td nowrap="">US</td><td nowrap="">02/19/2016 17:06:59</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr><tr class="table4"><td width="24" align="center" class="table3"><input type="checkbox" name="rows" id="rows" value="117"></td> <td nowrap="" colspan="13"> <table width="780"> <tbody><tr valign="top" id="itemSearchHierarchyHeader"> <td width="33%">Status:<br><b>In Process Merchandising</b></td> <td width="33%">Assigned To:<br><b></b></td> <td width="33%">Date Last Updated:<br><b>12/23/2020 10:04:20</b></td> </tr> </tbody></table></td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">G</td><td><img src="./salesfork Product Introduction_files/preivew-dam.png" class="thumbnail-image" title=""></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/case.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732423301" onclick="javascript:showProgress();">Case </a></td><td>60/1.5fl Obsidian  HOMESTYLE RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_14
  2758  ">10077661157814</label></td><td>10077661157814</td><td nowrap="">15781</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,19,30,20,32</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:17</td></tr><tr class="table3"> 			<td width="24" align="center" class="table3 gdsn ">&nbsp;</td><td><img src="./salesfork Product Introduction_files/00077661157817_C1N1.JPG" class="thumbnail-image" title="" onerror="javascript:imgError(this)" escape="false"></td><td nowrap="">&nbsp;<img src="./salesfork Product Introduction_files/lastnode.gif" border="0">&nbsp;<img src="./salesfork Product Introduction_files/each.gif" border="0">&nbsp;				<a id="link_items_details" href="https://productintro.salesfork.com/pi/sw/PublishedItemHierarchyView.action?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP&amp;userAction=editItem&amp;pubId=9732423301" onclick="javascript:showProgress();">Each </a></td><td>1.5fl Obsidian HOMESTYLE RANCH DRESSING</td><td>Obsidian</td><td><label title="GTIN_12
  2759  ">077661157817</label></td><td>00077661157817</td><td nowrap="">15781</td><td nowrap="">Obsidian Inc.</td><td nowrap=""></td><td nowrap="">27,19,30,20,32</td><td nowrap="">US</td><td nowrap="">11/08/2018 14:12:17</td></tr><tr><td class="hierarchySpacingRow" colspan="15">&nbsp;</td></tr></tbody></table>
  2760  																</td>
  2761  															</tr>
  2762  														</tbody></table>
  2763  
  2764  													</td>
  2765  												</tr>
  2766  												<tr>
  2767  													<td>
  2768  														<table class="tableborderLeftBottomRight" cellspacing="0" cellpadding="0" border="0" width="100%">
  2769  															<tbody><tr>
  2770  																<td class="tablefooter">
  2771  																	Show&nbsp;
  2772  	<select name="pageSize" id="hierarchyForm_pageSize" onchange="javascript:page(&#39;pageSize&#39;);">
  2773      <option value="5">5</option>
  2774      <option value="10">10</option>
  2775      <option value="15">15</option>
  2776      <option value="20">20</option>
  2777      <option value="50" selected="selected">50</option>
  2778  
  2779  
  2780  </select>
  2781  
  2782  <input type="hidden" name="requestedPage" value="2" id="hierarchyForm_requestedPage">
  2783  		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;		
  2784  	
  2785  	<button type="button" id="save_button" class="button_default" onclick="javascript:page(&#39;more&#39;);">More</button></td>
  2786  															</tr>
  2787  														</tbody></table>
  2788  													</td>
  2789  												</tr>
  2790  											</tbody></table>
  2791  										<input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="0"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="324"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="262"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="366"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="288"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="109"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="135"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="16"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="17"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="136"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="18"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="1"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="2"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="146"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="344"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="275"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="296"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="22"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="61"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="70"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="155"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="76"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="150"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="237"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="110"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="75"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="77"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="123"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="42"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="34"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="33"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="149"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="236"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="238"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="79"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="73"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="78"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="44"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="62"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="71"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="284"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="329"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="332"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="321"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="318"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="112"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="158"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="294"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="80"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="168"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="144"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="0"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="324"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="262"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="366"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="288"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="109"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="135"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="16"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="17"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="136"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="18"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="1"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="2"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="146"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="344"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="275"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="296"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="22"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="61"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="70"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="155"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="76"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="150"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="237"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="110"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="75"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="77"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="123"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="42"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="34"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="33"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="149"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="236"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="238"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="79"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="73"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="78"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="44"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="62"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="71"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="284"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="329"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="332"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="321"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="318"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="112"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="158"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="294"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="80"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="168"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="144"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="246"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="333"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="285"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="316"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="23"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="47"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="161"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="35"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="36"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="295"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="353"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="233"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="334"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="108"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="357"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="97"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="361"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="245"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="93"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="362"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="327"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="231"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="176"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="307"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="25"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="98"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="270"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="8"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="13"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="323"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="248"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="264"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="14"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="15"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="249"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="167"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="127"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="24"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="147"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="179"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="106"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="162"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="355"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="39"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="145"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="51"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="345"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="175"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="251"><input type="hidden" id="userUnSelectedRows5" name="userUnSelectedRows" value="174"></form>
  2792  
  2793  
  2794  </td>
  2795  							</tr>
  2796  					</tbody></table>
  2797                     </div>
  2798  					<!-- CONTENT AREA END  -->
  2799  
  2800  					</td>
  2801  				</tr>
  2802  			</tbody></table>
  2803  <script>
  2804  <!--
  2805  var favId = "";
  2806  var favType = "";
  2807  var status = "aipds";
  2808  if(favId && (!status ||  status==null || status==''))
  2809  {
  2810  	 if(favType== null || favType=='')
  2811  	 {
  2812  		 setNavActiveState('nav_items_userFavourites'+favId);
  2813  	 }
  2814  	 else
  2815  	 {
  2816  		 setNavActiveState('nav_items_corporateItems'+favId);
  2817  	 }
  2818  }
  2819  else
  2820  {
  2821  setNavActiveState('nav_items_'+status);
  2822  }
  2823  checkToDisableAssignToUserField('aipds','allItemsInSystem');
  2824  checkToSetItemSourceField('');
  2825  -->
  2826  </script>
  2827  <script>
  2828  
  2829  setNavState('nav_products');
  2830  
  2831  </script><!-- THIS IS WHERE THE PAGE DECORATOR ENDS -->
  2832  		</td>
  2833  	</tr>
  2834  	<tr id="footer">
  2835  		<td>
  2836  			<table border="0" cellspacing="0" cellpadding="0" width="100%">
  2837  				<tbody><tr>
  2838  					<td class="left">GLN:&nbsp; | Role:&nbsp;Supplier Entry</td>
  2839  					<td class="right">Copyright © salesfork All Rights Reserved.</td>
  2840  				</tr>
  2841  			</tbody></table>
  2842  		</td>
  2843  	</tr>
  2844  </tbody></table>
  2845  <!-- Start: Modified By Sandeep -->
  2846  <div id="myModal-retail" class="modal-retail-list ">
  2847  
  2848    <!-- Modal content -->
  2849    <div class="modal-content">
  2850  	 <div class="modal-header-retail">
  2851  	    	<p class="modalpara" style="margin-top:-5px;">
  2852  	    	Confirm Navigation<span class="close-popup-retail close-retail">×</span>
  2853  	    	<!--&times;<label class="close-popup-retail"></label> -->	
  2854  	     </p>
  2855  	    
  2856  	</div>
  2857  	    <!--  <ul class="modallist">
  2858  		  <li> -->
  2859  		  <div class="modallist">
  2860  		  Do you want to navigate away from this page? Any changes you made will not be saved. Click Cancel to go back or Continue to proceed. <br><br> 
  2861  		  <!--  </li>-->
  2862  		  <input type="button" value="Continue" id="btnYes">
  2863  	      <input type="button" value="Cancel" id="btnNo">
  2864  	      </div>
  2865  		   <!-- </ul>  -->
  2866  	</div>
  2867  
  2868  </div><div id="modalPopupContent" style="color:#000;"></div>
  2869  <div id="ajax_call_loading_icon"><img src="./salesfork Product Introduction_files/loading.gif" width="32" border="0"><br></div>
  2870  <input type="hidden" id="multiple_check_flag" name="multipleCheckFlag">
  2871  <!-- 
  2872  Created on Feb 01 2016, to implement generalized solution for modal popups functionalities in all layouts. 
  2873  @author: Sandeep Garg 
  2874  -->
  2875  <script language="JavaScript">
  2876  var children=Array();
  2877  var preventParentRefresh;
  2878  window.onunload =function()	{
  2879  	for(var n=0;n<children.length;n++) {
  2880  		children[n].close();
  2881  	}
  2882  }
  2883  
  2884  if(typeof jQuery=='undefined') {
  2885      var headTag = document.getElementsByTagName("head")[0];
  2886      var jqTag = document.createElement('script');
  2887      jqTag.type = 'text/javascript';
  2888      jqTag.src = "../script/jquery/jquery-1.7.2.min.js";
  2889      jqTag.onload = loadJQueryAjaxLoader;
  2890      headTag.appendChild(jqTag);	
  2891  }
  2892  else 
  2893  {	
  2894  	loadJQueryAjaxLoader();
  2895  }
  2896  
  2897  if(typeof MooTools=='undefined') {
  2898      var headTag = document.getElementsByTagName("head")[0];
  2899      var jqTag1 = document.createElement('script');
  2900      jqTag1.type = 'text/javascript';
  2901      jqTag1.src = "../script/assets/mootools-core-1.3.1-full-nocompat-yc.js";
  2902  	jqTag1.onload = loadAttributeClassesLoader;    
  2903      headTag.appendChild(jqTag1);
  2904  	var jqTag2 = document.createElement('script');
  2905      jqTag2.type = 'text/javascript';
  2906      jqTag2.src = "../script/assets/mootools-more-1.3.1.1.js";    
  2907      headTag.appendChild(jqTag2);	
  2908  }
  2909  else 
  2910  {	
  2911  	loadAttributeClassesLoader();
  2912  }
  2913  
  2914  function loadJQueryAjaxLoader() {	
  2915  	if(typeof jQuery.ui=='undefined') {
  2916  		var headTag = document.getElementsByTagName("head")[0];
  2917  		var jqTag = document.createElement('script');
  2918  		jqTag.type = 'text/javascript';
  2919  		jqTag.src = "../script/jquery-ui.min.js";
  2920  		headTag.appendChild(jqTag);
  2921  		
  2922  		var linkTag = document.createElement('link');
  2923  		linkTag.rel = 'stylesheet';
  2924  		linkTag.type = 'text/css';
  2925  		linkTag.href = "../script/jquery/themes/base/jquery-ui.css";
  2926  		headTag.appendChild(linkTag);
  2927  	}
  2928  	var $jq= jQuery.noConflict();    
  2929  	$jq(document).ready(function() {
  2930  		/*$jq("span,label").tooltip({
  2931  			  content: function () {
  2932  				 return $jq(this).prop('title').replace(/\\/g, '');
  2933  			  }
  2934  		});*/	
  2935  		$jq(document).ajaxStart(function(){		
  2936  			$jq("#ajax_call_loading_icon").css("display", "block");
  2937  		});
  2938  
  2939  		$jq(document).ajaxComplete(function(){
  2940  			$jq("#ajax_call_loading_icon").css("display", "none");
  2941  		});
  2942  		
  2943  		$jq.ajaxPrefilter(function( options, originalOptions, jqXHR ) {
  2944  			options.async = true;
  2945  		});
  2946  	
  2947  		$jq("#close_button").css("cursor","pointer");
  2948  		$jq("#close_button").click(function() {
  2949  			$jq("#modalPopupContent").dialog( "close" );
  2950  		});			
  2951  	
  2952  	}); // Closing jquery main block
  2953  } // Closing function loadJQueryAjaxLoader
  2954  
  2955  function loadAttributeClassesLoader()
  2956  {
  2957  	if(typeof MooTools!='undefined') {
  2958  		var headTag = document.getElementsByTagName("head")[0];
  2959  		var jqTag = document.createElement('script');
  2960  		jqTag.type = 'text/javascript';
  2961  		jqTag.src = "../script/assets/attribute_classes.js?v=1";
  2962  		headTag.appendChild(jqTag);		
  2963  	}
  2964  }  // Closing function loadAttributeClassesLoader
  2965  
  2966  // Function to check user browser is Internet Explorer, or other
  2967  function check_user_browser_IE() {
  2968  	var ua = window.navigator.userAgent;
  2969  	var msie = ua.indexOf("MSIE ");
  2970  	if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./))      // If Internet Explorer, return version number
  2971  	{
  2972  	   // parseInt(ua.substring(msie + 5, ua.indexOf(".", msie)));
  2973  	   return true;
  2974  	}
  2975  	else // If another browser, return 0
  2976  	   return false;
  2977  }
  2978  
  2979  
  2980  // Escapes special characters and returns a valid jQuery selector
  2981  function jqSelector(str)
  2982  {
  2983  	return str.replace(/([;&,\.\+\*\~':"\!\^\/#$%@\[\]\(\)=>\|])/g, '\\$1');
  2984  }
  2985  
  2986  function setDialogWindows(element,popup_width,popup_height) {	
  2987  	var $jq= jQuery.noConflict();    
  2988  	$jq(document).ready(function() {
  2989  	$jq("#"+element).html('');
  2990  	$jq("#"+element).dialog({
  2991  		title: '',
  2992  		autoOpen: false,	   			
  2993  		width: popup_width,
  2994  		height:popup_height,
  2995  		modal: true,
  2996  		position: ['center',50]  
  2997  	});
  2998  	$jq("#"+element).dialog( "destroy" );
  2999  	$jq("#"+element).dialog({
  3000  		title: '',
  3001  		autoOpen: false,	   			
  3002  		width: popup_width,
  3003  		height:popup_height,
  3004  		modal: true,
  3005  		position: ['center',50]  
  3006  	}); // Closing jQuery dialog
  3007    }); // Closing jQuery main block 
  3008  }
  3009  
  3010  
  3011  function setDAMDialogWindows(element,popup_width,popup_height) {	
  3012  	var $jq= jQuery.noConflict();    	
  3013  	$jq(document).ready(function() {		
  3014  	$jq("#"+element).html('');
  3015  	$jq("#"+element).dialog({
  3016  		title: '',
  3017  		autoOpen: false,	   			
  3018  		width: popup_width,
  3019  		height:popup_height,
  3020  		modal: true,
  3021  		position: ['center',50],
  3022  		close: function (e) {
  3023  			jQuery("#"+element).remove();
  3024          }
  3025  	});
  3026  	
  3027  	$jq("#"+element).dialog( "destroy" );
  3028  	$jq("#"+element).dialog({
  3029  		title: '',
  3030  		autoOpen: false,	   			
  3031  		width: popup_width,
  3032  		height:popup_height,
  3033  		modal: true,
  3034  		position: ['center',50],
  3035  		close: function (e) {
  3036  			jQuery("#"+element).remove();
  3037          }
  3038  	}); // Closing jQuery dialog
  3039    }); // Closing jQuery main block 
  3040  }
  3041  
  3042  // General function to add new options	
  3043  function generalFunctionToAddnewOptions(xmlName,formFieldName,labelName,url)
  3044  {
  3045  	document.extensibleForm.userAction.value="ADD_NEW_OPTION";
  3046  	document.extensibleForm.xmlName.value=xmlName;
  3047  	document.extensibleForm.formFieldName.value=formFieldName;
  3048  	document.extensibleForm.labelName.value = labelName;
  3049  
  3050  	var fromList=eval("document.extensibleForm." + formFieldName);
  3051  	var sel = false;
  3052  	var options=fromList.options;
  3053  	if(options != null && options.length > 0)
  3054  	{
  3055  	  for (i=0;i<options.length;i++)
  3056  	  {
  3057  		options[i].selected=true;
  3058  	  }
  3059  	}			
  3060  	
  3061  	var $jq= jQuery.noConflict();
  3062  	$jq(document).ready(function() { 
  3063  	var labelName=$jq("input[name=labelName]").val();
  3064  	var xmlName=$jq("input[name=xmlName]").val();
  3065  	var formFieldName=$jq("input[name=formFieldName]").val();
  3066  	
  3067  	var multiple_check_flag=$jq("select[name='"+formFieldName+"']").attr('multiple');
  3068  	$jq("#multiple_check_flag").val(multiple_check_flag);		
  3069  	
  3070  	if(url.indexOf("OWASP_CSRFTOKEN") == -1){
  3071  		if(url.indexOf("?") > -1){
  3072  			url = url+"&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3073  		}
  3074  		else{
  3075  			url = url+"?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3076  		}
  3077  	}
  3078  
  3079  	$jq.ajax({
  3080  		  url: url,
  3081  		  type: "POST",
  3082  		  data: $jq("form[name=extensibleForm]").serialize(),
  3083  	}).done(function(data)
  3084  	   {				  
  3085  			$jq("#modalPopupContent").html(data);
  3086  			if($jq('#modalPopupContent form[name="popupForm"]').length >0) 
  3087  			{
  3088  				var chkbox_len=$jq('#modalPopupContent form[name="popupForm"] input[type="checkbox"]').length;
  3089  				var popup_width=450;
  3090  				var popup_height=400;
  3091  				if(chkbox_len>0)
  3092  				{
  3093  				 popup_width=(480 + (10 + chkbox_len));
  3094  				 popup_height=(300 + (10 + chkbox_len));
  3095  				}
  3096  				
  3097  				var dropdown_len=$jq('#modalPopupContent form[name="popupForm"] select').length;
  3098  				if(dropdown_len > 0)
  3099  				{
  3100  				popup_width=550;	
  3101  				popup_height=200;		 
  3102  				}
  3103  				else
  3104  				popup_width=550;
  3105  				$jq("#modalPopupContent input[type='text']").css('width','300px');
  3106  			
  3107  				setDialogWindows("modalPopupContent",popup_width,popup_height);
  3108  				$jq("#modalPopupContent").html(data);
  3109  				$jq(".ui-dialog").focus();
  3110  				$jq("#modalPopupContent").scrollTop(0);
  3111  				$jq('#modalPopupContent input[name="popupText[]"]').each(function(i){
  3112  					  $jq(this).val('');		   
  3113  					  $jq("#"+formFieldName+" .inputfield_div").not(':first').remove();
  3114  				});
  3115  				$jq("#modalPopupContent span.popup_title").text(labelName); 
  3116  				
  3117  				$jq("#modalPopupContent").dialog( "open" );	
  3118  				$jq(".ui-dialog").focus();
  3119  				$jq("#modalPopupContent").scrollTop(0);
  3120  			}
  3121  			else
  3122  			{
  3123  				features="toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=680,height=200";
  3124  				if(window.screen)
  3125  				{
  3126  				  var myLeft = (screen.width-350)/2;
  3127  				  var myTop = (screen.height-200)/2;
  3128  				  features+=',left='+myLeft+',top='+myTop;
  3129  				}
  3130  				children[children.length] = window.open('about:blank','EXTENSION_POPUP',features);
  3131  				//children[children.length-1].focus();
  3132  				document.extensibleForm.action=url;
  3133  				document.extensibleForm.target="EXTENSION_POPUP";
  3134  				preventParentRefresh = true;
  3135  				document.extensibleForm.submit();
  3136  				document.extensibleForm.target="_self";
  3137  			}
  3138  	   }); // Closing jQuery ajax call block				
  3139  	}); // Closing jQuery main block
  3140  } // Closing generalFunctionToAddnewOptions()
  3141  
  3142  
  3143  
  3144  function generalFunctionToAddnewOptionsDamform(xmlName,formFieldName,labelName,url,formName)
  3145  {
  3146  	document.editDamForm.userAction.value="ADD_NEW_OPTION";
  3147  	document.editDamForm.xmlName.value=xmlName;
  3148  	document.editDamForm.formFieldName.value=formFieldName;
  3149  	document.editDamForm.labelName.value = labelName;
  3150  	
  3151  	
  3152  	var fromList=eval("document.editDamForm." + formFieldName);
  3153  	var sel = false;
  3154  	var options=fromList.options;
  3155  	if(options != null && options.length > 0)
  3156  	{
  3157  	  for (i=0;i<options.length;i++)
  3158  	  {
  3159  		options[i].selected=true;
  3160  	  }
  3161  	}			
  3162  	
  3163  	var $jq= jQuery.noConflict();
  3164  	$jq(document).ready(function() { 
  3165  	var labelName=document.editDamForm.labelName.value;
  3166  	var xmlName=document.editDamForm.xmlName.value;
  3167  	var formFieldName=document.editDamForm.formFieldName.value;
  3168  	
  3169  	var multiple_check_flag=$jq("select[name='"+formFieldName+"']").attr('multiple');
  3170  	$jq("#multiple_check_flag").val(multiple_check_flag);		
  3171  	
  3172  	if(url.indexOf("OWASP_CSRFTOKEN") == -1){
  3173  		if(url.indexOf("?") > -1){
  3174  			url = url+"&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3175  		}
  3176  		else{
  3177  			url = url+"?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3178  		}
  3179  	}
  3180  
  3181  	$jq.ajax({
  3182  		  url: url,
  3183  		  type: "POST",
  3184  		  data: $jq("form[name=editDamForm]").serialize(),
  3185  	}).done(function(data)
  3186  	   {		
  3187  			modalWaitClose();
  3188  			$jq("#modalDAMPopupContentDiv").html(data);
  3189  			if($jq('#modalDAMPopupContentDiv form[name="popupForm"]').length >0) 
  3190  			{
  3191  
  3192  				var chkbox_len=$jq('#modalDAMPopupContentDiv form[name="popupForm"] input[type="checkbox"]').length;
  3193  				var popup_width=450;
  3194  				var popup_height=400;
  3195  				if(chkbox_len>0)
  3196  				{
  3197  				 popup_width=(480 + (10 + chkbox_len));
  3198  				 popup_height=(300 + (10 + chkbox_len));
  3199  				}
  3200  				
  3201  				var dropdown_len=$jq('#modalDAMPopupContentDiv form[name="popupForm"] select').length;
  3202  				if(dropdown_len > 0)
  3203  				{
  3204  				popup_width=550;	
  3205  				popup_height=200;		 
  3206  				}
  3207  				else
  3208  				popup_width=550;
  3209  				$jq("#modalDAMPopupContentDiv input[type='text']").css('width','300px');
  3210  			
  3211  				setDAMDialogWindows("modalDAMPopupContentDiv",popup_width,popup_height);
  3212  				$jq("#modalDAMPopupContentDiv").html(data);
  3213  
  3214  				$jq(".ui-dialog").focus();
  3215  				$jq("#modalDAMPopupContentDiv").scrollTop(0);
  3216  				$jq('#modalDAMPopupContentDiv input[name="popupText[]"]').each(function(i){
  3217  					  $jq(this).val('');		   
  3218  					  $jq("#"+formFieldName+" .inputfield_div").not(':first').remove();
  3219  				});
  3220  				$jq("#modalDAMPopupContentDiv span.popup_title").text(labelName); 
  3221  				
  3222  				$jq("#modalDAMPopupContentDiv").dialog( "open" );	
  3223  				//$jq(".ui-dialog").focus();
  3224  				$jq(".ui-dialog").focus();
  3225  				$jq("#modalDAMPopupContentDiv").scrollTop(0);
  3226  
  3227  			}
  3228  			else
  3229  			{
  3230  
  3231  				features="toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=680,height=200";
  3232  				if(window.screen)
  3233  				{
  3234  				  var myLeft = (screen.width-350)/2;
  3235  				  var myTop = (screen.height-200)/2;
  3236  				  features+=',left='+myLeft+',top='+myTop;
  3237  				}
  3238  				children[children.length] = window.open('about:blank','EXTENSION_POPUP',features);
  3239  				//children[children.length-1].focus();
  3240  				document.editDamForm.action=url;
  3241  				document.editDamForm.target="EXTENSION_POPUP";
  3242  				preventParentRefresh = true;
  3243  				document.editDamForm.submit();
  3244  				document.editDamForm.target="_self";
  3245  			}
  3246  	   }); // Closing jQuery ajax call block				
  3247  	}); // Closing jQuery main block
  3248  }
  3249  
  3250  //The only difference is passing the form name as paramter 
  3251  function generalFunctionToAddnewOptionsform(xmlName,formFieldName,labelName,url,formName)
  3252  {
  3253  	 var formParent = document.forms[formName];
  3254  	 formParent.userAction.value="ADD_NEW_OPTION";
  3255  	 formParent.xmlName.value=xmlName;
  3256  	 formParent.formFieldName.value=formFieldName;
  3257  	 formParent.labelName.value = labelName;
  3258  	 var evaltext="document."+formName+"."+formFieldName;
  3259  	 var fromList=eval(evaltext);
  3260  	var sel = false;
  3261  	var options=fromList.options;
  3262  	if(options != null && options.length > 0)
  3263  	{
  3264  	  for (i=0;i<options.length;i++)
  3265  	  {
  3266  		options[i].selected=true;
  3267  	  }
  3268  	}			
  3269  	
  3270  	var $jq= jQuery.noConflict();
  3271  	$jq(document).ready(function() { 
  3272  	var labelName=$jq("input[name=labelName]").val();
  3273  	var xmlName=$jq("input[name=xmlName]").val();
  3274  	var formFieldName=$jq("input[name=formFieldName]").val();
  3275  	
  3276  	var multiple_check_flag=$jq("select[name='"+formFieldName+"']").attr('multiple');
  3277  	$jq("#multiple_check_flag").val(multiple_check_flag);		
  3278  	
  3279  	if(url.indexOf("OWASP_CSRFTOKEN") == -1){
  3280  		if(url.indexOf("?") > -1){
  3281  			url = url+"&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3282  		}
  3283  		else{
  3284  			url = url+"?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3285  		}
  3286  	}
  3287  
  3288  	$jq.ajax({
  3289  		  url: url,
  3290  		  type: "POST",
  3291  		  data: $jq(formParent).serialize(),
  3292  	}).done(function(data)
  3293  	   {				  
  3294  			$jq("#modalPopupContentDiv").html(data);
  3295  			if($jq('#modalPopupContentDiv form[name="popupForm"]').length >0) 
  3296  			{
  3297  				var chkbox_len=$jq('#modalPopupContentDiv form[name="popupForm"] input[type="checkbox"]').length;
  3298  				var popup_width=450;
  3299  				var popup_height=400;
  3300  				if(chkbox_len>0)
  3301  				{
  3302  				 popup_width=(300 + (10 + chkbox_len));
  3303  				 popup_height=(200 + (10 + chkbox_len));
  3304  				}
  3305  				
  3306  				var dropdown_len=$jq('#modalPopupContentDiv form[name="popupForm"] select').length;
  3307  				if(dropdown_len > 0)
  3308  				{
  3309  				 popup_width=600;		 
  3310  				}
  3311  				else
  3312  				$jq("#modalPopupContentDiv input[type='text']").css('width','300px');
  3313  			
  3314  				setDialogWindows("modalPopupContentDiv",popup_width,popup_height);
  3315  				$jq("#modalPopupContentDiv").html(data);
  3316  				
  3317  				$jq('#modalPopupContentDiv input[name="popupText[]"]').each(function(i){
  3318  					  $jq(this).val('');		   
  3319  					  $jq("#"+formFieldName+" .inputfield_div").not(':first').remove();
  3320  				});
  3321  				$jq("#modalPopupContentDiv span.popup_title").text(labelName); 
  3322  				
  3323  				$jq("#modalPopupContentDiv").dialog( "open" );	
  3324  			}
  3325  			else
  3326  			{
  3327  				features="toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=680,height=200";
  3328  				if(window.screen)
  3329  				{
  3330  				  var myLeft = (screen.width-350)/2;
  3331  				  var myTop = (screen.height-200)/2;
  3332  				  features+=',left='+myLeft+',top='+myTop;
  3333  				}
  3334  				children[children.length] = window.open('about:blank','EXTENSION_POPUP',features);
  3335  				//children[children.length-1].focus();
  3336  				formParent.action=url;
  3337  				formParent.target="EXTENSION_POPUP";
  3338  				preventParentRefresh = true;
  3339  				formParent.submit();
  3340  				formParent.target="_self";
  3341  			}
  3342  	   }); // Closing jQuery ajax call block				
  3343  	}); // Closing jQuery main block
  3344  } // Closing generalFunctionToAddnewOptions()
  3345  
  3346  // General function to add new options	
  3347  function generalFunctionToShowNestedLoopGroup(xmlName,url)
  3348  {	
  3349  	var $jq= jQuery.noConflict();
  3350  	$jq(document).ready(function() { 	
  3351  	
  3352  	if(url.indexOf("OWASP_CSRFTOKEN") == -1){
  3353  		if(url.indexOf("?") > -1){
  3354  			url = url+"&OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3355  		}
  3356  		else{
  3357  			url = url+"?OWASP_CSRFTOKEN=FRJI-2P8Q-74SW-VLGB-WVQ9-FOEQ-EWQ6-RXBP";
  3358  		}
  3359  	}
  3360  	
  3361  	$jq.ajax({
  3362  		  url: url,
  3363  		  type: "POST",
  3364  		  data: $jq("form[name=extensibleForm]").serialize(),
  3365  	}).done(function(data)
  3366  	   {				  
  3367  		$jq("#modalPopupContent").html(data);
  3368  			var popup_width="70%";
  3369  			var popup_height=770;		
  3370  			setDialogWindows("modalPopupContent",popup_width,popup_height);
  3371  			$jq("#modalPopupContent").html(data);		
  3372  			$jq("#modalPopupContent").dialog( "open" );	
  3373  			$jq(".ui-dialog").focus();
  3374  			$jq("#modalPopupContent").scrollTop(0);
  3375  	   }); // Closing jQuery ajax call block				
  3376  	}); // Closing jQuery main block
  3377  } // Closing generalFunctionToShowNestedLoopGroup()
  3378  </script><!-- End: Modified By Sandeep -->
  3379  <div class="crossBrowserLoadingSpinner" style="display: none;"> </div>
  3380  <div class="notification" id="waitNotification">
  3381  Please wait while we process your request</div>
  3382  <script type="text/javascript" src="./salesfork Product Introduction_files/wz_tooltip.js.download"></script>
  3383  
  3384  <div class="popUpWindowOverlay"></div><div style="visibility: hidden; position: absolute; left: 0px; top: 0px;"><div class="popUpWindow"> <div class="titleBar" style="cursor: move;"><span class="theTitle">Favorite Queues</span><span class="closeIcon"></span></div> <div class="content"><div class="contentHolder"><div id="favSavePopup" style="width: 800px; height: auto; display: inline-block;"></div></div><span class="resizeIcon"></span></div></div></div></body></html>