// <![CDATA[
$(function() {

  // Slider
  $('#coin-slider').coinslider({width:934,height:307,opacity:1});

  // Radius Box
  //$('.menu_nav ul li a').css({"border-radius":"6px", "-moz-border-radius":"6px", "-webkit-border-radius":"6px"});
  //$('.article a.com').css({"border-top-right-radius":"10px", "border-bottom-right-radius":"10px", "-moz-border-radius-topright":"10px", "-moz-border-radius-bottomright":"10px", "-webkit-border-top-right-radius":"10px", "-webkit-border-bottom-right-radius":"10px"});
  //$('.content p.pages span, .content p.pages a').css({"border-radius":"16px", "-moz-border-radius":"16px", "-webkit-border-radius":"16px"});
  //$('.menu_nav').css({"border-bottom-left-radius":"16px", "border-bottom-right-radius":"16px", "-moz-border-radius-bottomleft":"16px", "-moz-border-radius-bottomright":"16px", "-webkit-border-bottom-left-radius":"16px", "-webkit-border-bottom-right-radius":"16px"});

});	

// Cufon
Cufon.replace('h1, h2, h3, h4, h5, h6, .article a.com, ul.sb_menu li a, .areatitoli', { hover: true });
//Cufon.replace('h1', { color: '-linear-gradient(#fff, #ffaf02)'});
//Cufon.replace('h1 small', { color: '#8a98a5'});

// ]]>

// Random image
 
<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
 
theImages[0] = 'images/home_img1.jpg'
theImages[1] = 'images/home_img2.jpg'
theImages[2] = 'images/home_img3.jpg'
theImages[3] = 'images/home_img4.jpg'
theImages[4] = 'images/home_img5.jpg'
theImages[5] = 'images/home_img6.jpg'
theImages[6] = 'images/home_img7.jpg'
theImages[7] = 'images/home_img8.jpg'
theImages[8] = 'images/home_img9.jpg'
theImages[9] = 'images/home_img10.jpg'
theImages[10] = 'images/home_img11.jpg'
theImages[11] = 'images/home_img12.jpg'
 
// do not edit anything below this line
 
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}
 
//  End -->
