r = { /* Note: All time and speed measurments are in seconds */ "div":"ad_rotator1", "width":"550px", "height":"205px", "animation_resolution":40, //frames per second //60 = very smooth (not all CPUs can perform this fast) //4 = very choppy () "pause_image":"img/pause.gif", "play_image":"img/play.gif", "textbox_background":"#000000", "textbox_opacity":0.5, "textbox_color":"white", "textbox_padding":"5px 10px 5px 10px", //top right bottom left "slide": [ //************************* //SLIDE 1 - Pasadena Shopping Centre //************************* { //when adding text to an animation, add a '\' to the end of the line //avoid using " tokens in your HTML, use ' or \" instead "text":"Our New Home
\ Artists impression of our new home at the Pasadena Shopping Centre
\ due for completion 4th quarter, 2011", "text_height":"23%", //size of textbox //choices are %, px, pt, and em "text_animation":"slide_from_top", "exposure_length":7, //in seconds "transition":"fade", //options: //slide_from_left //slide_from_right //slide_from_top //slide_from_bottom //fade "transition_speed":1, //in seconds "type":"image", //options: html, image, or flash "src":"images/PasadenaShopping.jpg", //Images have two extra options for linking: "link_to" : "http://svc.org.au/history.htm", "target" : "window", //options: window, none "width":"550px", "height":"413px", "animation":"slide_down_and_up", //options: //slide_right_and_left //slide_down_and_up //none //sliding animations have two options "animation_speed":10, "pause_speed":10 }, //************************* //SLIDE 2 - Sound Desk //************************* { "text":"Contemporary
\ It is important to be relevant to people, our worship is contemporary and expressive.", "text_height":"23%", "text_animation":"slide_from_left", "exposure_length":7, "transition":"fade", "transition_speed":1, "type":"image", "src":"images/yamaha_m7cl.jpg", "link_to" : "worship.htm", "width":"550px", "height":"405px", "animation":"slide_down_and_up", "animation_speed":10, "pause_speed":10 }, //************************* //SLIDE 3 - FoyerFooting //************************* { "text":"New Building Foundations
\ Preparing to pour our new foyer slab", "text_height":"23%", "text_animation":"slide_from_top", "exposure_length":7, "transition":"fade", "transition_speed":1, "type":"image", "src":"images/FoyerFoundation.jpg", "link_to" : "http://blog.svc.org.au/?p=61", "target" : "main", "width":"449px", "height":"205px", "animation":"slide_right_and_left", "animation_speed":10, "pause_speed":10 }, //************************* //SLIDE 4 - Bible //************************* { //when adding text to an animation, add a '\' to the end of the line //avoid using " tokens in your HTML, use ' or \" instead "text":"Bible Foundations
\ This Bible was set into the foundations of our new building", "text_height":"23%", //size of textbox //choices are %, px, pt, and em "text_animation":"slide_from_top", "exposure_length":7, //in seconds "transition":"fade", //options: //slide_from_left //slide_from_right //slide_from_top //slide_from_bottom //fade "transition_speed":1, //in seconds "type":"image", //options: html, image, or flash "src":"images/BibleFooting.jpg", //Images have two extra options for linking: "link_to" : "scripture.htm", "target" : "main", //options: window, none "width":"550px", "height":"611px", "animation":"slide_down_and_up", //options: //slide_right_and_left //slide_down_and_up //none //sliding animations have two options "animation_speed":10, "pause_speed":10 }, ] }