$(function() {
// do jquery corner only if the object exists
function doCorner(selector, attr) {
  var jObj = jQuery(selector);
  if ((jObj.length != 0) && jObj[0]) {
    jObj.corner(attr);
  }
};

// do jquery corner only if the object exists
function doTVGuide(selector, attr) {
  var jObj = jQuery(selector);
  if ((jObj.length != 0) && jObj[0]) {
    if (attr) {
      jObj.ch9tvguide(attr);
    }
    else {
      jObj.ch9tvguide();
    }

  }
};
 //Initialise mini TV Guide
  doTVGuide(".rhs-tvguide");
  doCorner(".rhs-tvguide .jcarousel-clip-horizontal ul li a", "5px top");

// Article page fixes
$('#minifeed_box').prepend($('.articleFlash'));

});

function AussieFocusResize(height) {
$('#fls_movie_15498344').height(height);
window.location.href = "#anchor";
}

$(function() {
//AussieFocusResize("300px");
});





