function COVER() 
{ 
var topcontent="<a href='#' onclick='View();'><img src='http://unc.codemantra.us/Images/widget_View.jpg' width=174 height=28 style='border:0px; alt=''/></a>"; 
document.getElementById('TopContent').innerHTML =topcontent; 
var cleft="<img src='http://unc.codemantra.us/Images/widget_cLeftBorder.jpg' width=7 height=291 alt=\"\">"; 
document.getElementById('cLeftBorder').innerHTML =cleft; 
var cover ="<img src='http://unc.codemantra.us/PDFViewer/9780807833971/Universal PDF/9780807833971/Images/19780807833971.jpg'" + 
"style='width: 159; height:238;border:solid 1px #F6F6F0;' alt='' />"; 
document.getElementById('content').innerHTML =cover; 
var cRight="<img src='http://unc.codemantra.us/Images/widget_cRightBorder.jpg' width=6 height=291 alt=\"\">"; 
document.getElementById('cRightBorder').innerHTML =cRight; 
var tshar="<a href='#' onclick='javascript:SHARE();'><img src='http://unc.codemantra.us/Images/widget_Share.jpg' width=89 height=19 alt=''/></a>";  
document.getElementById('tShare').innerHTML =tshar; 
var tsp="<img src='http://unc.codemantra.us/Images/widget_Blank.jpg' width=9 height=19 alt=''/>"; 
document.getElementById('tSpace').innerHTML =tsp; 
var tbuy="<a href='#' onclick='Buy();'><img src='http://unc.codemantra.us/Images/widget_Buy.jpg' width=63 height=19 alt=''/></a>"; 
document.getElementById('tBuy').innerHTML =tbuy; 
var pleft="<img src='http://unc.codemantra.us/Images/spacer.gif' width=18 height=32 alt=\"\">"; 
document.getElementById('pLeftBorder').innerHTML =pleft; 
var publogo = "<a href='http://www.uncpress.unc.edu' target='_blank'><img src='http://unc.codemantra.us/Images/widget_pLogo.jpg' style='border:0px;height:27; width:124;' alt=''/></a>"; 
document.getElementById('PublisherLogo').innerHTML =publogo; 
var pRight="<img src='http://unc.codemantra.us/Images/spacer.gif' width=19 height=32 alt=\"\">"; 
document.getElementById('pRightBorder').innerHTML =pRight; 
var botcontent="<img src='http://unc.codemantra.us/Images/spacer.gif' width=124 height=5 alt=\"\">"; 
document.getElementById('BotContent').innerHTML =botcontent; 
var spac1="<img src='http://unc.codemantra.us/Images/spacer.gif' width=7 height=1 alt=\"\">"; 
document.getElementById('spacer1').innerHTML =spac1; 
var spac2="<img src='http://unc.codemantra.us/Images/spacer.gif' width=18 height=1 alt=\"\">"; 
document.getElementById('spacer2').innerHTML =spac2; 
var spac3="<img src='http://unc.codemantra.us/Images/spacer.gif' width=71 height=1 alt=\"\">"; 
document.getElementById('spacer3').innerHTML =spac3; 
var spac4="<img src='http://unc.codemantra.us/Images/spacer.gif' width=9 height=1 alt=\"\">"; 
document.getElementById('spacer4').innerHTML =spac4; 
var spac5="<img src='http://unc.codemantra.us/Images/spacer.gif' width=44 height=1 alt=\"\">"; 
document.getElementById('spacer5').innerHTML =spac5; 
var spac6="<img src='http://unc.codemantra.us/Images/spacer.gif' width=19 height=1 alt=\"\">"; 
document.getElementById('spacer6').innerHTML =spac6; 
var spac7="<img src='http://unc.codemantra.us/Images/spacer.gif' width=6 height=1 alt=\"\">"; 
document.getElementById('spacer7').innerHTML =spac7; 
test();
return false; 
} 
function test() { 
try{ 
document.getElementById("hdnUrl").value = parent.location.href; 
} 
catch(err){ 
document.getElementById("hdnUrl").value="Offline View"; 
} 
document.getElementById("hdnISBN").value = '9780807833971'; 
document.getElementById("hdnWidgetID").value = 'WP9780807833971'; 
} 
function View() { 
document.getElementById("hdnType").value = "v"; 
document.getElementById("frmWidget").submit(); 
}
function Buy() {
document.getElementById("hdnType").value = "b"; 
document.getElementById("frmWidget").submit(); 
} 
function SHARE() 
{ 
var share ="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='#' onclick='javascript:COVER();' ><font color='White' size='1'><b>X</b></font></a></br><textarea readonly='readonly' id='txtarea' cols='' rows='' style='width: 161; height:220; font-family:Verdana; font-size:10px; border: 1px solid #F4F4F4; background-color:#EBEFEE; margin-top:0px;'>" + 
"<!--Use the code below to embed in a website or blog:-->\n" + 
"<iframe src=\"http://unc.codemantra.us/Widget/9780807833971/WP9780807833971.html\" width=\"185px\" height=\"340px\" border=\"0px\" frameborder=\"0\" scrolling=\"no\">\n</iframe>\n\n"+
"<!--Share this link in a message:-->\n" + 
"http://uncpress.unc.edu/books/T-8707.html\n" + 
"</textarea>"; 
document.getElementById('content').innerHTML= share; 
return false; 
} 

