/// <reference path="jquery-1.2.3-intellisense.js" />
$().ready(function() {
$("#Frame1").css("src", "http://www.sina.com");
 
}
);