Extract 1st word of blogname/insert in middle of new string

if in doubt, read the codex chapter for the function you are working with: http://codex.wordpress.org/Function_Reference/bloginfo
which points to the use of get_bloginfo() if you need to use the value in php string manipulations.