$(document).ready(function(){
$("#bottom2 h3").css("cursor","pointer");
$("#bottom2 h3").click(function(){
window.open(
'http://ibbg.ir/papers',
'_blank' // <- This is what makes it open in a new window.
);
});
$("#bottom h3").css("cursor","pointer");
$("#bottom h3").click(function(){
window.open(
'http://ibbg.ir/2015-05-12-09-18-46',
'_blank' // <- This is what makes it open in a new window.
);
});
$("#cst-tab3-click").click(function(){
window.location.href='http://ibbg.ir/categories';
});
$("#cst-tab4-click").click(function(){
window.location.href='http://ibbg.ir/fax';
});
$("#cst-tab5-click").click(function(){
window.location.href='http://ibbg.ir/sms';
});
});
//document.getElementById("bottom2").childNodes[0].childNodes[0].on-click="window.location.href='http://ibbg.ir/papers';";