$(document).ready(function() {
  if($.cookie('city')) {
  location.href = "http://www.cheaptabsonline.com/" + $.cookie('city');
}
}); 