ready() fucntion

ready() fucntion

can one html page contain multilple start functions ,so many jquery for 2  image silde shows i downloaded...
 
 
one script fn is

<script type="text/javascript">

$(

function () {

$(

".newsticker-jcarousellite" ).jCarouselLite({

vertical:

true ,

hoverPause:

true ,

visible: 2,

auto:500,

speed:1000

});

});

</
script >
 
 
another is:
 
 
 

script

type="text/javascript">

$(document).ready(

function() {

$(

'#ctl00_ContentPlaceHolder1_photos').galleryView({

panel_width: 550,

panel_height: 280,

frame_width: 30,

frame_height: 30,

overlay_color:

'#393939',

overlay_text_color:

'#ffffff',

caption_text_color:

'#ffffff',

background_color:

'transparent',

border:

'none',

nav_theme:

'light',

easing:

'easeInOutQuad',

pause_on_hover:

true

});

});

</script>
 
 
In asp.net application..
can i club 2  into one function..
 for div   css class is :
newsticker-jcarousellite
another is div id in content place holder :#ctl00_ContentPlaceHolder1_photos
can any one tell me the solution:
 
 
Thanks in advance