var dropinbox1=new dropincontentbox({
	source:['#toplayer', 'toplayer.html'], //#id of DIV to show if defined inline, or [#id, path_to_box_content_file] if defined in external file
	cssclass:'toplayerstyle shadow', //arbitrary class(es) to add to the drop in box to style it
	fx:'easeOutElastic', //alternate drop animation keyword
	showduration:10, //disappear after x seconds?
	deferred:2, //show box 1 sec after page has loaded
//	freq:'session'
})

