/*-------------------------------------------
Security Settings
--------------------------------------------*/
Notice = "Open Cube"
code0 = 538
code1 = 697
code2 = 1617
code3 = 1214
sequence = "oc7034112"


/*-------------------------------------------
Required scroll animation settings. scrolldelay
is defined in milliseconds (1/1000s), scrolljump
is the distance in pixels to move the scroll animation
after each scroll delay.
--------------------------------------------*/
scrolldelay = 30
scrolljump = 2

ie5_scrolldelay = 30;
ie5_scrolljump = 2;

ie4_scrolldelay = 30
ie4_scrolljump = 2

ns6_scrolldelay = 30;
ns6_scrolljump = 2;

ns4_scrolldelay = 30
ns4_scrolljump = 2

ie4up_ns4_mac_scrolldelay = 30
ie4up_ns4_mac_scrolljump = 2

ns6_mac_scrolldelay = 30;
ns6_mac_scrolljump = 2;



/*-------------------------------------------
Required Default / General Settings
--------------------------------------------*/
scroll_width = 220
scroll_height =75

start_offscreen = false
defaultdelay = 2

backgroundcolor = "#FFFFFF"
background_istransparent = true

messagepadding = 4
messagegap = 5
ns4_messagegap = 1

textcolor = "#171717"
fontfamily = "Arial"
fontsize = 8
ns4_fontsize = 8
fontweight = "normal"
fontstyle = "normal"
textdecoration = "normal"
hl_textcolor = "#171717"
hl_textdecoration = "underline"

marginleft = 4
marginright = 0
margintop = 0
marginbottom = 0

urltarget = "_self";
onload_statement = "";

/*-----------------------------------------------
Netscape6 HTML page margin offset fix, set equal to margin
dimensions defined within the body tag of the HTML page for 
which this scroller is located.
-------------------------------------------------*/
ns6_documentmarginwidth = 0
ns6_documentmarginheight = 0


/*-------------------------------------------
Optional General Scroll Settings
--------------------------------------------*/
//message_bgcolor = "#aaaaaa"
//backgroundimage = "mybg.gif"
ie4_backgroundimage = "images/bgfix.gif"


var scrollspeed		= "1"		// SET SCROLLER SPEED 1 = SLOWEST
var speedjump		= "30"		// ADJUST SCROLL JUMPING = RANGE 20 TO 40
var startdelay 		= "2" 		// START SCROLLING DELAY IN SECONDS
var nextdelay		= "0" 		// SECOND SCROLL DELAY IN SECONDS 0 = QUICKEST
var topspace		= "2px"		// TOP SPACING FIRST TIME SCROLLING
var frameheight		= "200px"	// IF YOU RESIZE THE WINDOW EDIT THIS HEIGHT TO MATCH



current = (scrollspeed)


function HeightData(){
AreaHeight=dataobj.offsetHeight
if (AreaHeight==0){
setTimeout("HeightData()",( startdelay * 1000 ))
}
else {
ScrollNewsDiv()
}}

function NewsScrollStart(){
dataobj=document.all? document.all.NewsDiv : document.getElementById("NewsDiv")
dataobj.style.top=topspace
setTimeout("HeightData()",( startdelay * 1000 ))
}

function ScrollNewsDiv(){
dataobj.style.top=parseInt(dataobj.style.top)-(scrollspeed)
if (parseInt(dataobj.style.top)<AreaHeight*(-1)) {
dataobj.style.top=frameheight
setTimeout("ScrollNewsDiv()",( nextdelay * 1000 ))
}
else {
setTimeout("ScrollNewsDiv()",speedjump)
}}



// END HIDE CODE -->

/*---------------------------------------------
Scrolling Message Settings
-----------------------------------------------*/

desc0 = "WIN A SIGNED HAWKS TEAM PRINT, TEAM SIGNED GUERNSEY AND 2 WAVERLEY PARK TOUR TIX! DOWNLOAD THE HAWKS E-DIARY NOW!"
delay0 = 2
autofit0 = "start"
addheight0 = 20;
fontweight0 = "bold"
desturl0 = "http://www.e-diary.com.au/hawks"

desc1 = "WIN A CORP SUITE FOR 12 AT ETIHAD STADIUM, INCL. FOOD & BEVS! VALUE $4,200! DOWNLOAD THE ETIHAD STADIUM E-DIARY NOW."
delay1 = 2
autofit1 = "start"
addheight1 = 20;
fontweight1 = "bold"
desturl1 = "http://www.e-diary.com.au/frontend/intro.asp?iclientid=163&appid=147"

desc2 = "WIN AN OFFICIAL A-LEAGUE PLAYING KIT! DOWNLOAD THE 2009/10 FOOTBALL E-DIARY NOW!"
delay2 = 2
autofit2 = "start"
addheight2 = 20;
fontweight2 = "bold"
desturl2 = "http://www.e-diary.com.au/football"





