function tika()
{
	if(window.location == "http://secretzen.com/secrets?p=sb")
	{
		showThickbox();
		
	}
}

function showThickbox() {
  $(document).ready(function() {
    tb_show("Photo-Secret Maker", "http://secretzen.com/wp-content/make/index.php?keepThis=true&TB_iframe=true&height=500&width=600", "");
  });
}

