if (typeof scroll_width  == "undefined")
	scroll_width = '210';
if (typeof scroll_height == "undefined")
	scroll_height = '100';
if (typeof scroll_client == "undefined")
	scroll_client = 'sample';
if (typeof scroll_title == "undefined")
	scroll_title = 'Virtual Journal Scroll';	

document.write('<iframe name="scrollFrame" id="scrollFrame" src="http://www.wizadjournal.com/vjscrollbox/scrollbox.php?scrollwidth='+scroll_width+'&scrollheight='+scroll_height+'&scrollclient='+scroll_client+'&scrolltitle='+scroll_title+'" frameborder="no" marginwidth="0" style="border:1px #000000 solid;" marginheight="0" vspace="0" hspace="0" width="' + scroll_width + '" height="' + scroll_height +'" allowtransparency="true" scrolling="no">');
document.write("</iframe>");

