$(document).ready(function(){
    doLinks();
    
    if(typeof sIFR == "function"){
   sIFR.replaceElement(
      named(
         {
         sSelector:"h1", 
         sColor:"#E6A540", 
         sLinkColor:"#E6A540", 
         sBgColor:"#FFFFFF", 
         sHoverColor:"#E6A540", 
         nPaddingTop:0, 
         nPaddingBottom:10, 
         sFlashVars:"textalign=left&offsetTop=0"
         }
      )
   );
};
});

/*
function doLinks(){
var newurl ;
newurl = 'index.php?id=22' + '&tipUrl=' + window.location ;
$("a[href='index.php?id=tip']").attr('href', newurl);
}
*/