var mysticky=new stickynote({
	content:{divid:'stickynote1', source:'inline'},
	showfrequency:'always',
	hidebox:10
})

var mysticky2=new stickynote({
	content:{divid:'stickynote2', source:'stickydata.txt'},
	pos:['right', 'bottom'],
	showfrequency:'always'  //<--no comma following last setting!
})

