Hi znetindia,
In this case you can assign a specific theme for each of your profiles, For example you have a blue profile that is assigned the blue theme, then you can do as following to achieve that you want
You copy the folder of pluginssystemjat3jat3base-themesdefaultblocks paste it to the blue theme folder templatesyour_templatethemesblue
Then you open the file templatesyour_templatethemesblueheader.php you would see this code
<h1 class=”logo”>
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</h1>
Here you change the href=”index.php” to the url you want, For example href=”http://www.xyz.com”
Doing this way you can achieve different logo urls for different themes/profiles