
// INIT THE TRACKER
document.write('<iframe name="bobsTrackerFrame" frameborder=0 height=0 width=0></iframe>');

// LOGGING THE CLICK
function bobTheTracker(b_id){
	bobsTrackerFrame.location = "http://www.thepraguepost.com/banner/clicked.php?b="+b_id;
}