Contact Me

I love hearing from fans and new companies!

If you would like to reach me just send me a quick email at fromthreetofour@gmail.com

I typically respond within 24 hours 🙂

var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-34282086-1’]);
_gaq.push([‘_trackPageview’]);

(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();

2 Comments (+add yours?)

  1. mae76
    Jun 13, 2011 @ 02:25:30

    Dont see the subscribe button to follow your blog:(

    Reply

Leave a comment

a mom blog community!
// ==================================================== // Prevent editor from stripping iframe code // ==================================================== function mytheme_tinymce_config( $init ) {  $valid_iframe = 'iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]';  if ( isset( $init['extended_valid_elements'] ) ) {   $init['extended_valid_elements'] .= ',' . $valid_iframe;  } else {   $init['extended_valid_elements'] = $valid_iframe;  }  return $init; } add_filter('tiny_mce_before_init', 'mytheme_tinymce_config');