Never mind i got it to work. Here is the code I used:
<?php foreach(get_post_custom_values('source_href') as $source_href) {}
foreach(get_post_custom_values('source_name') as $source_name) {} ?>
<a href="<?php echo $source_href; ?>" target="blank"><?php echo $source_name; ?></a>
Thanks for all the help,
Marzar