	
function loadWidget(widget,sid,list,dir,newid) {	
	if (typeof title== "undefined"){title="YES";};
	if (widget=="authorWidget"){
	document.write('<iframe name="widget" width="160" height="260" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&author=' +author+ '&widget=' +widget+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
	else if (widget=="NLFullWidget" || widget=="CNLFullWidget"){
	if (!dir){var dir=""};
	  if (dir=="TOPDOWN"){
		document.write('<iframe name="widget" width="200" height="900" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&list=' +list+ '&dir=' +dir+ '&widget=' +widget+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
	  else {
		document.write('<iframe name="widget" width="560" height="200" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&list=' +list+ '&dir=' +dir+ '&widget=' +widget+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
	  }
	else if (widget=="singleBookWidget"){
	document.write('<iframe name="widget" width="160" height="260" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&isbn=' +isbn+ '&widget=' +widget+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
	else if (widget=="NLPageWidget" || widget=="CNLPageWidget"){
	document.write('<iframe name="widget" width="' +width+ '" height="' +height+ '" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&list=' +list+ '&widget=' +widget+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="' +scroll+ '"></iframe>');}
	else if (widget=="EVCWidget"){
	document.write('<iframe name="widget" width="' +width+ '" height="' +height+ '" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&eventcode=' +eventcode+ '&type=' +type+ '&widget=' +widget+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="auto"></iframe>');}
	else if ((widget=="NLWidget" || widget=="CNLWidget") && title=="NO"){
	document.write('<iframe name="widget" width="125" height="187" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&list=' +list+ '&widget=' +widget+ '&rotate=' +rotate+ '&fade=' +fade+ '&title=' +title+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
	else if (widget=="BLDWidget" && title=="NO") {
	document.write('<iframe name="widget" width="125" height="187" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&widget=' +widget+ '&title=' +title+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
	else if (widget=="BLDWidget"){
	document.write('<iframe name="widget" width="160" height="260" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&widget=' +widget+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
	else{
	document.write('<iframe name="widget" width="160" height="260" frameborder="0" src="http://www.booksite.com/texis/scripts/bookletter2/widgetinclude.html?sid=' +sid+ '&list=' +list+ '&widget=' +widget+ '&rotate=' +rotate+ '&fade=' +fade+ '&title=' +title+ '" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');}
}



