
var qsParm = new Array();
function qs() {
var query = window.location.search.substring(1);
var parms = query.split('&');
for (var i=0; i<parms.length; i++) {
   var pos = parms[i].indexOf('=');
   if (pos > 0) {
      var key = parms[i].substring(0,pos);
      var val = parms[i].substring(pos+1);
      qsParm[key] = val;
      }
   }
}


qsParm['emailAddIn'] = null;
qs();


function inTheNews() {

	
	//emailValue = "email address";
	//if (qsParm["emailAddIn"] != null){ emailValue = "email sent"; }
	
	imageDir = "./images/";
	if (drillLevel == 1) imageDir = "../images/";
	
	phpDir = "./php/";
	if (drillLevel == 1) phpDir = "../php/";
	
	patentsDir = "./patents/";
	if (drillLevel == 1) patentsDir = "../patents/";

	
	
	document.write('<table width="100%" border="0" cellpadding="1" cellspacing="0" class="text"><tr>                              <td width="15" valign="top"><img src="images/dote_pixl.gif" width="1" height="1"><br>                              </td><td valign="top"><strong>February 1, 2006</strong><br>James Conley, Clinton Francis and David Orozco <a href="http://www.kellogg.northwestern.edu/news/whatsnew/USPTO.htm" target="_blank">host USPTO</a> Director John Dudas, Commissioner for Patents John Doll and USPTO General Counsel James Toupin at Northwestern University.<br>...................................................................<br><br><strong> December, 2005</strong><br>James Conley in Core77.com Industrial Design Super site: <a href="http://www.core77.com/reactor/12.05_ipod_trademark.asp" target="_blank"><i>Trademarks, Not Patents: The <b>real</b> competitive advantage of the Apple iPod</i></a><br>           ....................................................................<br><br><strong> October, 2005</strong><br>Clinton Francis presents paper at the European University Institute in Florence, Italy: <a href="http://www.cipp.mcgill.ca/data/presentations/00000017.pdf" target="_blank"><i>Language Systems 3.0: an Agenda for a Model of Innovation</i></a><br>     ....................................................................<br><br><strong> Winter, 2005</strong><br>James Conley in Innovation Quarterly: <a href="http://www.idsa.org/webmodules/articles/articlefiles/Conley_winter05.pdf" target="_blank"><i>Using Brand Identity to Reinforce Market Value - The Competitive Edge </i></a><br>                              ....................................................................<br><br><strong> August, 2005</strong><br>James Conley and David Orozco publish Kellogg Technical Note: <a href="./ip_portfolio.html"><i>Intellectual Property - The Ground Rules</i></a></td></tr></table>');	
	
}
