Hmm at a glance the only issue I see is that you have an initialization call to a non existent SOT content. The following should be removed:
Code:
alwaysOnTop.init({
targetid: 'examplediv',
orientation: 3,
position: [5, 10],
fadeduration: [1000, 1000],
frequency: 0.95,
hideafter: 15000
})
If that doesn't help, try changing the value "ajaxdiv" both inside your HTML page and bc.htm to something else, for example, "myajaxdiv".
Also would like to know if there was away to make this only appear once during a session?
The "session" option within the invocation code does support once per browser session. Please refer to the script page.
Bookmarks