ÿþ<script type="text/javascript"> var expDays = 1; // number of days the cookie should last var page = "visitor.aspx"; var windowprops = "width=600,height=500,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes"; function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); } function DeleteCookie (name) { var exp = new Date(); exp.setTime (exp.getTime() - 1); var cval = GetCookie (name); document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString(); } var exp = new Date(); exp.setTime(exp.getTime() + (expDays*24*60*60*1000)); function amt(){ var count = GetCookie('count') if(count == null) { SetCookie('count','1') return 1 } else { var newcount = parseInt(count) + 1; DeleteCookie('count') SetCookie('count',newcount,exp) return count } } function getCookieVal(offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function checkCount() { var count = GetCookie('count'); if (count == null) { count=1; SetCookie('count', count, exp); window.open(page, "", windowprops); } else { count++; SetCookie('count', count, exp); } } window.onload=checkCount; </script> <html> <head> <title>State Of Practice Network</title> <meta name="description" content="STATE-OF-PRACTICE NETWORK is an internationally aimed collaborative initiative between practitioners, academics, and policy workers in the media industries." /> <meta name="keywords" content="State Of practice network,cross media,Cross,media,forum,media people,newpaper,research,model,UK,Pamela,Cross media model" /> <meta name="author" content="State of media" /> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" /> <link rel="stylesheet" href="design.css"> </head> <body bgcolor="#EEEEEE" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table width="768" align="center" valign="top" cellspacing="0" cellpadding="0" border ="1"> <tr><td bgcolor=#0a549b valign="top" style="background: url(fly.jpg) 0 0 ;"> <IMG SRC="maindesign3.jpg" width="768"> <span class=yellow> <Table width=100% align=center valign=bottom cellspacing=0% bgcolor="#133153" background="fly.jpg"><tr> <td width=20% align="center"><a href="index.htm">HOME</a></td><td width=20% align="center"><a href="who.htm">WHO ARE WE?</a></td><td width=20% align="center"><a href="aims.htm" >AIMS</a></td><td width=20% align="center"><a href="funders.htm" >FUNDERS</a></td><td width=20% align="center"><a href="supporters.htm">SUPPORTERS</a></td></tr> </table> </span> </td> </tr> <tr><td bgcolor=white> <span class=yellow> <table cellpadding="10"cellspacing="3" > <tr > <td bgcolor="#2F82B8" width=20%><font color=#0c2945><B><i>Some menu items are still under construction</i></B><br></font> </td> <td rowspan="6" valign="top" > <span class=last> <p> STATE-OF-PRACTICE NETWORK is an internationally aimed collaborative initiative between practitioners, academics, and policy workers in the media industries. &nbsp;A main objective is to advance 21st century thinking and practice about emergent x-media business models in relation to ongoing digital technology developments to:<UL> <LI> <b>Acquire & promote</b> useful knowledge exchange between partner groups in a timely and accessible manner via relevant events & publications <LI> <b>Systematically examine & assess</b> the socio-economic impacts of emergent practices of  live cases <LI> <b>Support the creation</b> of new tools to augment and support producer-consumer interoperability <LI> <b>Build</b> a leading-edge cumulative data repository for use by the partner groups and the wider public </UL> </P><P> To be part of this new and exciting initiative <span class=last><a href="mailto:Pamela.Abbott@brunel.ac.uk" Title="Mail us" >simply email an expression of interest to us</a></span> including your name, affiliation and your area of interest in our network. &nbsp;Let us know if you would like to be <u>kept informed of our progress</u> and/or if you also would like to <u>be a representative case study site</u>. &nbsp;We ll keep you updated as the network grows.</p> </td></tr> <tr bgcolor="#000000" class="Leftcolor"><td bgcolor="#2F82B8"> <h2>VIEW POINTS</h2> <a href="construction.htm">Visit Blog<br>& Post comments </a> </td> </tr> <tr bgcolor="#006699" class="Leftcolor"> <td bgcolor="#2F82B8"> <h2>EVENTS</h2> <a href="construction.htm">Seminar Series</a><br> <a href="construction.htm">Workshops</a><br> <a href="construction.htm">Conference</a> </td></tr> <tr bgcolor="#0033FF" class="Leftcolor"><td bgcolor="#2F82B8"><h2>UPDATES</h2> <a href="construction.htm">Status Report</a><br> <a href="construction.htm">Newsletter</a> </td></tr> <tr bgcolor="#0099FF" class="Leftcolor"><td bgcolor="#2F82B8"> <h2>RESEARCH</h2> <a href="construction.htm">Case Studies</a><br> <a href="construction.htm">Data Repository</a><br> <a href="publications.htm">Publications</a> </td></tr> <tr bgcolor="#000033" class="Leftcolor"><td bgcolor="#2F82B8"> <span class=cyan> <a href="usefulcontacts.htm"> USEFUL CONTACTS</a></span> </td></tr> </table> </span> </td> </tr> <tr height=9> <td align=center bgcolor="#133153" valign="top" style="background: url(fly.jpg) 0 0 ;"><font color=white>Copyright:State of Practice Network 2009</font></td></tr> </table> </body> </html>