var ajaxloadimage = "http://www.e-recruitmentbuddy.com/images/ajaxload.gif";   /* set ajaxloadimage as a global var for use inside ajaxtooltip.js*/

var base_url = "<?php echo base_url(); ?>";
var str_agent = navigator.userAgent.toLowerCase();
if(navigator.appVersion.indexOf('MSIE 6') > 0){
    linkstring = '<link rel="stylesheet" href="http://www.e-recruitmentbuddy.com/erb-ie6.css" type="text/css" />';
    document.write(linkstring);
}
if(navigator.appVersion.indexOf('MSIE 7') > 0){
    linkstring = '<link rel="stylesheet" href="http://www.e-recruitmentbuddy.com/erb-ie7.css" type="text/css" />';
    document.write(linkstring);
}

$(document).ready(function(){

   var newsoption1 = {
   firstname:"news",
   secondname:"showhere",
   thirdname:"news_display",
   fourthname:"news_button",
   playingtitle:"Hot Jobs:",
   nexttitle:"Next Job:",
   prevtitle:"Prev Job:",
   newsspeed:'5000',
   effectis:'0',
   imagedir:'http://www.e-recruitmentbuddy.com/images/news/'
   }
   $.init_news(newsoption1);

   $('.applicationform').boxy();
   $('.contactform').boxy();
   $('.recommendform').boxy();
   $('.contactform1').boxy();
   $('.contactform2').boxy();

});
    